From 9e9138f2db3e46607479bcdcea86401bbe92a228 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 4 Aug 1998 20:03:30 +0000 Subject: Make this work on elf systems, fixes PR pkg/5881 by Tim Rightnour. --- editors/wily/patches/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/wily/patches/patch-ab (limited to 'editors/wily') 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) -- cgit v1.2.3