diff options
Diffstat (limited to 'devel/g-wrap/patches/patch-aa')
-rw-r--r-- | devel/g-wrap/patches/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/g-wrap/patches/patch-aa b/devel/g-wrap/patches/patch-aa new file mode 100644 index 00000000000..68e7d5737e2 --- /dev/null +++ b/devel/g-wrap/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.3 2001/07/01 15:12:45 tron Exp $ + +--- g-wrapped/Makefile.in.orig Thu Apr 12 05:14:17 2001 ++++ g-wrapped/Makefile.in Sun Jul 1 16:55:14 2001 +@@ -107,7 +107,7 @@ + gwrappedmodule_LTLIBRARIES = libgw-runtime.la + libgw_runtime_la_SOURCES = gw-runtime.c + libgw_runtime_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic +-libgw_runtime_la_LIBADD = @GUILE_LIBS@ -L$(LOCALPWD)/../libruntime-guile/.libs -lg-wrap-runtime-guile ++libgw_runtime_la_LIBADD = @GUILE_LIBS@ -L$(LOCALPWD)/../libruntime-guile -lg-wrap-runtime-guile + + CLEANFILES = gw-runtime.h gw-runtime.c gw-runtime.html + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +@@ -366,7 +366,7 @@ + #END TEMP JUNK =============================================================== + + # This must be built before we can build the examples... +-$(LOCALPWD)/../libruntime-guile/.libs/libg-wrap-runtime-guile.so: ++$(LOCALPWD)/../libruntime-guile/libg-wrap-runtime-guile.so: + (cd ../libruntime-guile && ${MAKE}) + + # include a dependency on g-wrap so we're sure we built everything. |