summaryrefslogtreecommitdiff
path: root/print/gv/patches/patch-aa
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-12-23 23:09:59 +0000
committerfrueauf <frueauf>1998-12-23 23:09:59 +0000
commitea78a63f44c65a65157bb89a35b3bf6cbcfb2a3f (patch)
tree1a2a9c1a9089632a1201926daa4995a5631fe170 /print/gv/patches/patch-aa
parent92c7b03228637d9b539f3e536fb52a2ae554acb8 (diff)
downloadpkgsrc-ea78a63f44c65a65157bb89a35b3bf6cbcfb2a3f.tar.gz
Don't install an empty manpage, there is one in the package, pointed
out in pr 6632 by Johnny C. Lam.
Diffstat (limited to 'print/gv/patches/patch-aa')
-rw-r--r--print/gv/patches/patch-aa15
1 files changed, 12 insertions, 3 deletions
diff --git a/print/gv/patches/patch-aa b/print/gv/patches/patch-aa
index 8f54b37136e..4ddfd2e6b90 100644
--- a/print/gv/patches/patch-aa
+++ b/print/gv/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.3 1998/08/07 11:11:25 agc Exp $
+$NetBSD: patch-aa,v 1.4 1998/12/23 23:09:59 frueauf Exp $
---- config.Unix.orig Fri Jun 6 15:00:00 1997
-+++ config.Unix Mon Jun 9 14:45:19 1997
+--- config.Unix.orig Fri Jun 6 18:00:00 1997
++++ config.Unix Tue Dec 22 01:07:53 1998
@@ -32,10 +32,10 @@
XCOMM --------------------------------------------------------------------
XCOMM Destination directories.
@@ -17,3 +17,12 @@ $NetBSD: patch-aa,v 1.3 1998/08/07 11:11:25 agc Exp $
XCOMM --------------------------------------------------------------------
XCOMM --- The name of the Xaw3d library.
+@@ -110,7 +110,7 @@
+ XCOMM --------------------------------------------------------------------
+ XCOMM --- Use extra code for setenv() and getenv() ?
+ XCOMM --------------------------------------------------------------------
+-#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture)
++#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) && !defined(NetBSDArchitecture) && !defined(OpenBSDArchitecture)
+ # define USE_SETENV_CODE
+ #endif
+