diff options
author | tron <tron> | 1998-08-04 20:03:30 +0000 |
---|---|---|
committer | tron <tron> | 1998-08-04 20:03:30 +0000 |
commit | 00835b611bcb75a91ad9bccfc4cbee53e9569871 (patch) | |
tree | 721ce5472193099fe2afaff8dd1795840e04a39b /plan9 | |
parent | 0376b5fd21b5feac9cb56ca855a3d2926973cfda (diff) | |
download | pkgsrc-00835b611bcb75a91ad9bccfc4cbee53e9569871.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-ab | 11 |
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) |