summaryrefslogtreecommitdiff
path: root/x11/xworld/patches/patch-ac
diff options
context:
space:
mode:
authorfredb <fredb>2000-08-17 15:26:31 +0000
committerfredb <fredb>2000-08-17 15:26:31 +0000
commit6fb71b0e8a1541a0b2353a67cac3358cd3bb7486 (patch)
tree1a0dfddca391543c59019d742a934441ddcd7172 /x11/xworld/patches/patch-ac
parent5a540d720ecec1e18a19195d3590e09159c3d675 (diff)
downloadpkgsrc-6fb71b0e8a1541a0b2353a67cac3358cd3bb7486.tar.gz
Make this work on ELF. Also, respect ${LDFLAGS} for xpkgwedge users. The
patch is actually redundant, but if accepted by the author, it should let this software build out of the box on NetBSD/ELF systems.
Diffstat (limited to 'x11/xworld/patches/patch-ac')
-rw-r--r--x11/xworld/patches/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xworld/patches/patch-ac b/x11/xworld/patches/patch-ac
new file mode 100644
index 00000000000..5240c5fbd75
--- /dev/null
+++ b/x11/xworld/patches/patch-ac
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.1 2000/08/17 15:26:32 fredb Exp $
+
+--- defaults/NetBSD/set.csh.orig Wed Jul 28 10:13:06 1999
++++ defaults/NetBSD/set.csh Thu Aug 17 10:17:24 2000
+@@ -4,5 +4,5 @@
+ set INSTALL = "/usr/bin/install -c"
+ set STRIP = "/usr/bin/strip"
+ set INCLUDES = "-I/usr/X11R6/include"
+-set LDLIBS = "-lm -L/usr/X11R6/lib -lX11"
++set LDLIBS = "-lm -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib -lX11"
+ set MORELIBS = " "