diff options
Diffstat (limited to 'net/ns/patches/patch-aa')
-rw-r--r-- | net/ns/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ns/patches/patch-aa b/net/ns/patches/patch-aa new file mode 100644 index 00000000000..e8618f3f2ce --- /dev/null +++ b/net/ns/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.6 2008/09/18 04:48:12 minskim Exp $ + +--- conf/configure.in.x11.orig 2008-03-31 19:00:27.000000000 -0700 ++++ conf/configure.in.x11 +@@ -3,3 +3,3 @@ dnl $Header: /cvsroot/nsnam/conf/configu + +-xlibdirs="\ ++xlibdirs="${X11LIBDIR} \ + /usr/openwin/lib \ +@@ -18,3 +18,3 @@ xlibdirs="\ + +-xincdirs="\ ++xincdirs="${X11INCDIR} \ + /usr/openwin/include \ |