From 0960eb4e11a40c878611fac8bfe4821cdeaf2859 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 29 Jul 2003 15:59:58 +0000 Subject: fix some CPP magic (mmm, gcc3.3) --- print/gv/distinfo | 3 ++- print/gv/patches/patch-ac | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 print/gv/patches/patch-ac (limited to 'print') diff --git a/print/gv/distinfo b/print/gv/distinfo index fd5aa5355e5..9c8606a53f4 100644 --- a/print/gv/distinfo +++ b/print/gv/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.4 2003/03/31 02:43:11 jschauma Exp $ +$NetBSD: distinfo,v 1.5 2003/07/29 15:59:58 mrg Exp $ SHA1 (gv-3.5.8.tar.gz) = 5c67b41ee19887bf1efed4e958d09d3845a857aa Size (gv-3.5.8.tar.gz) = 369609 bytes SHA1 (patch-aa) = 27e158efd12d67776e1977bba2bbb8f464aa6101 SHA1 (patch-ab) = 219c5b4b9402dd68dc4855eb8179f44d60e9d8af +SHA1 (patch-ac) = 19c9eb3db6b670f41996a7e5d10aaca1b1f92835 SHA1 (patch-ae) = c9ff70c144a793b3cb058aa039dd51e8991d8036 SHA1 (patch-af) = 6148ce1f295c302b2a09d4f4b58a313ed55c8cc2 SHA1 (patch-ag) = 06e9f2f8ce39dc821b0edd8231a2a8b2f40d7184 diff --git a/print/gv/patches/patch-ac b/print/gv/patches/patch-ac new file mode 100644 index 00000000000..ef9c373a7eb --- /dev/null +++ b/print/gv/patches/patch-ac @@ -0,0 +1,15 @@ +--- source/paths.h.orig 1997-04-06 08:00:00.000000000 +1000 ++++ source/paths.h 2003-07-30 01:30:09.000000000 +1000 +@@ -34,9 +34,9 @@ + # define INC_XMU(aaa) + # define INC_XAW(aaa) + #else +-# define INC_X11(aaa) +-# define INC_XMU(aaa) +-# define INC_XAW(aaa) ++# define INC_X11(aaa) ++# define INC_XMU(aaa) ++# define INC_XAW(aaa) + #endif + + #endif /* _PATHS_H_ */ -- cgit v1.2.3