From d82e2d6e339a3f1e5136b22ee5bed592d29f96db Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 2 Sep 2000 19:22:40 +0000 Subject: add missing -Wl,-R for libclanlayer1.so (noted in hubertf's latest bulk build) --- graphics/clanlib/patches/patch-al | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 graphics/clanlib/patches/patch-al (limited to 'graphics/clanlib/patches') diff --git a/graphics/clanlib/patches/patch-al b/graphics/clanlib/patches/patch-al new file mode 100644 index 00000000000..c9102422031 --- /dev/null +++ b/graphics/clanlib/patches/patch-al @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.1 2000/09/02 19:22:41 wiz Exp $ + +--- Makefile.in.orig Sun Sep 26 18:44:16 1999 ++++ Makefile.in +@@ -378,7 +378,7 @@ + + libclanlayer1.so: libclancommon.so $(OBJF_GENERIC_ALL) $(OBJF_UNIX) $(ALL_TARGETS) + @echo "Building dynamic library (libclanlayer1.so)" +- @$(LINK_COMMAND) -Wl,-soname=libclanlayer1.so.$(D_VERSION_MAJOR) -o libclanlayer1.so.$(D_VERSION_MINOR) -L. -lclancommon $(LINK_LIBS1) $(OBJF_GENERIC_ALL) $(OBJF_UNIX) ++ @$(LINK_COMMAND) -Wl,-soname=libclanlayer1.so.$(D_VERSION_MAJOR) -o libclanlayer1.so.$(D_VERSION_MINOR) -Wl,-R$(LIB_PREFIX) -L. -lclancommon $(LINK_LIBS1) $(OBJF_GENERIC_ALL) $(OBJF_UNIX) + @ln -s -f libclanlayer1.so.$(D_VERSION_MINOR) libclanlayer1.so.$(D_VERSION_MAJOR) + @ln -s -f libclanlayer1.so.$(D_VERSION_MAJOR) libclanlayer1.so + -- cgit v1.2.3