diff options
Diffstat (limited to 'print/gv/files/patch-source::paths.h')
-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_ */ |