aboutsummaryrefslogtreecommitdiff
path: root/print/gv
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-08-02 02:36:11 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-08-02 02:36:11 +0000
commitc2d82a9ad673ccef3c783db5a09b71a1f88036e0 (patch)
tree81e11a9f97e19fded46d8a8934c871e69bec40af /print/gv
parent08ba0589fe0019be4deab6f1264975c0ceb2a81a (diff)
downloadports-c2d82a9ad673ccef3c783db5a09b71a1f88036e0.tar.gz
ports-c2d82a9ad673ccef3c783db5a09b71a1f88036e0.zip
Notes
Diffstat (limited to 'print/gv')
-rw-r--r--print/gv/files/patch-source::paths.h15
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_ */