diff options
author | fredb <fredb> | 2000-08-17 15:26:31 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-08-17 15:26:31 +0000 |
commit | 9f22b61dd03ff881ed209a6b776ea3a0847bf44b (patch) | |
tree | 1a0dfddca391543c59019d742a934441ddcd7172 /x11/xworld/patches | |
parent | e57e1bd132141d90453d46c18f06b388df3b1f11 (diff) | |
download | pkgsrc-9f22b61dd03ff881ed209a6b776ea3a0847bf44b.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')
-rw-r--r-- | x11/xworld/patches/patch-ac | 11 |
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 = " " |