diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-02 02:36:11 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-02 02:36:11 +0000 |
commit | c2d82a9ad673ccef3c783db5a09b71a1f88036e0 (patch) | |
tree | 81e11a9f97e19fded46d8a8934c871e69bec40af /print/gv | |
parent | 08ba0589fe0019be4deab6f1264975c0ceb2a81a (diff) |
Fix build on gcc-3.3.x
Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes:
svn path=/head/; revision=86172
Diffstat (limited to 'print/gv')
-rw-r--r-- | print/gv/files/patch-source::paths.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/gv/files/patch-source::paths.h b/print/gv/files/patch-source::paths.h new file mode 100644 index 000000000000..830cd717ab91 --- /dev/null +++ b/print/gv/files/patch-source::paths.h @@ -0,0 +1,15 @@ +--- source/paths.h.orig Sun Apr 6 00:00:00 1997 ++++ source/paths.h Fri Jul 18 19:18:09 2003 +@@ -34,9 +34,9 @@ + # define INC_XMU(aaa) <XMU_DIRECTORY/aaa> + # define INC_XAW(aaa) <XAW_DIRECTORY/aaa> + #else +-# define INC_X11(aaa) <X11/##aaa##> +-# define INC_XMU(aaa) <X11/Xmu/##aaa##> +-# define INC_XAW(aaa) <X11/Xaw3d/##aaa##> ++# define INC_X11(aaa) <X11/aaa> ++# define INC_XMU(aaa) <X11/Xmu/aaa> ++# define INC_XAW(aaa) <X11/Xaw3d/aaa> + #endif + + #endif /* _PATHS_H_ */ |