diff options
author | rh <rh> | 1999-10-09 21:08:26 +0000 |
---|---|---|
committer | rh <rh> | 1999-10-09 21:08:26 +0000 |
commit | 6bde372fffe95b19a235702c033cc72bb0326066 (patch) | |
tree | 77ceef3b98c9e326243b84d3781a067d596c4ab4 /x11 | |
parent | c827f41bd3d96a2b6ab46935f8821f976bd43889 (diff) | |
download | pkgsrc-6bde372fffe95b19a235702c033cc72bb0326066.tar.gz |
Prevent wmakerconf from picking up random libraries and includes from
/usr/local and other hardcoded places.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmakerconf/files/patch-sum | 3 | ||||
-rw-r--r-- | x11/wmakerconf/patches/patch-aa | 15 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11/wmakerconf/files/patch-sum b/x11/wmakerconf/files/patch-sum new file mode 100644 index 00000000000..e068cf7fd13 --- /dev/null +++ b/x11/wmakerconf/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.3 1999/10/09 21:08:26 rh Exp $ + +MD5 (patch-aa) = fd77f10799a0cdc9bd5142c212ab5450 diff --git a/x11/wmakerconf/patches/patch-aa b/x11/wmakerconf/patches/patch-aa new file mode 100644 index 00000000000..1685cf66574 --- /dev/null +++ b/x11/wmakerconf/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.3 1999/10/09 21:08:26 rh Exp $ + +--- configure.orig Tue Sep 28 22:01:36 1999 ++++ configure Sat Oct 9 23:00:48 1999 +@@ -1193,8 +1193,8 @@ + fi + + # Add some common include and library path's +-CPPFLAGS="$CPPFLAGS -I/usr/local/include -I/usr/X11/include/ -I/usr/X11R6/include/ -I/usr/X11R6/include/X11 -I/usr/openwin/include -I$wprefix/include" +-LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/X11/lib -L/usr/X11R6/lib -L/usr/openwin/lib -L$wprefix/lib" ++CPPFLAGS="$CPPFLAGS -I$wprefix/include" ++LDFLAGS="$LDFLAGS -L$wprefix/lib" + + # Checks for socket and nsl library, required on Solaris systems + # (reported by Peter da Silva <peter@baileynm.com>) |