diff options
author | maho <maho@FreeBSD.org> | 2003-08-02 10:36:11 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-02 10:36:11 +0800 |
commit | 027492720c6be5f7f2cd0d2e07c709018568c36b (patch) | |
tree | d26a46cfd24b3032490bb08bae5b5331081e984e /print/gv | |
parent | b43f1624c4d64abcbd89eff602694074576d22db (diff) | |
download | freebsd-ports-gnome-027492720c6be5f7f2cd0d2e07c709018568c36b.tar.gz freebsd-ports-gnome-027492720c6be5f7f2cd0d2e07c709018568c36b.tar.zst freebsd-ports-gnome-027492720c6be5f7f2cd0d2e07c709018568c36b.zip |
Fix build on gcc-3.3.x
Submitted by: Simon Barner <barner@in.tum.de>
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_ */ |