summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-08-04 20:03:30 +0000
committertron <tron@pkgsrc.org>1998-08-04 20:03:30 +0000
commit9e9138f2db3e46607479bcdcea86401bbe92a228 (patch)
tree721ce5472193099fe2afaff8dd1795840e04a39b /plan9
parentf363be928ca001b58cd4ceeefce36f82c3f847f2 (diff)
downloadpkgsrc-9e9138f2db3e46607479bcdcea86401bbe92a228.tar.gz
Make this work on elf systems, fixes PR pkg/5881 by Tim Rightnour.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/wily/patches/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/plan9/wily/patches/patch-ab b/plan9/wily/patches/patch-ab
new file mode 100644
index 00000000000..a804a786ad8
--- /dev/null
+++ b/plan9/wily/patches/patch-ab
@@ -0,0 +1,11 @@
+--- wily/Makefile.in.orig Fri Jun 20 11:58:06 1997
++++ wily/Makefile.in Tue Aug 4 21:54:46 1998
+@@ -23,7 +23,7 @@
+ sam.o text.o click.o tile.o search.o
+
+ MYLIBS=../libmsg/libmsg.a ../libframe/libframe.a ../libXg/libXg.a
+-XLIBS=$(LIBS) @X_LIBS@ -lXt @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
++XLIBS=$(LIBS) -Wl,-R$(X11BASE)/lib @X_LIBS@ -lXt @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
+ all: $(TARGET)
+ $(TARGET): $(OBJECTS) $(MYLIBS)
+ $(CC) $(LDFLAGS) -o $(TARGET) $(OBJECTS) $(MYLIBS) $(XLIBS)