summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-12 02:11:10 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-12 02:11:10 +0000
commit048bea734db3c5f533bc7c6ffc3d8af372b67bbd (patch)
treef002243064c782dd71e74b0383a6e98d1e813f08 /app-text/gv/files
parentTwo new versions (both masked) (diff)
downloadgentoo-2-048bea734db3c5f533bc7c6ffc3d8af372b67bbd.tar.gz
gentoo-2-048bea734db3c5f533bc7c6ffc3d8af372b67bbd.tar.bz2
gentoo-2-048bea734db3c5f533bc7c6ffc3d8af372b67bbd.zip
gcc3 patch #24154
Diffstat (limited to 'app-text/gv/files')
-rw-r--r--app-text/gv/files/3.5.8-gcc3.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-text/gv/files/3.5.8-gcc3.patch b/app-text/gv/files/3.5.8-gcc3.patch
new file mode 100644
index 000000000000..f218edc7039c
--- /dev/null
+++ b/app-text/gv/files/3.5.8-gcc3.patch
@@ -0,0 +1,16 @@
+--- 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_ */
+