summaryrefslogtreecommitdiff
path: root/editors/wily
diff options
context:
space:
mode:
authortron <tron>1998-08-04 20:03:30 +0000
committertron <tron>1998-08-04 20:03:30 +0000
commit71c437940a0f97636ac924e0d5e21f2e23f31f72 (patch)
tree721ce5472193099fe2afaff8dd1795840e04a39b /editors/wily
parent9ade281bb4e1743816e20c91a156eb50831633aa (diff)
downloadpkgsrc-71c437940a0f97636ac924e0d5e21f2e23f31f72.tar.gz
Make this work on elf systems, fixes PR pkg/5881 by Tim Rightnour.
Diffstat (limited to 'editors/wily')
-rw-r--r--editors/wily/patches/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/wily/patches/patch-ab b/editors/wily/patches/patch-ab
new file mode 100644
index 00000000000..a804a786ad8
--- /dev/null
+++ b/editors/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)