diff options
Diffstat (limited to 'devel/g-wrap/patches/patch-ad')
-rw-r--r-- | devel/g-wrap/patches/patch-ad | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/g-wrap/patches/patch-ad b/devel/g-wrap/patches/patch-ad deleted file mode 100644 index c36b7d67904..00000000000 --- a/devel/g-wrap/patches/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2001/07/01 15:12:45 tron Exp $ - ---- test/Makefile.in.orig Thu Apr 12 05:14:22 2001 -+++ test/Makefile.in Sun Jul 1 16:56:11 2001 -@@ -105,12 +105,12 @@ - noinst_LTLIBRARIES = libgw-test-parent.la libgw-test-child.la - libgw_test_parent_la_SOURCES = gw-test-parent.c gw-test-parent-code.c - libgw_test_parent_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic --libgw_test_parent_la_LIBADD = -L$(LOCALPWD)/../libruntime-guile/.libs -lg-wrap-runtime-guile -+libgw_test_parent_la_LIBADD = -L$(LOCALPWD)/../libruntime-guile -lg-wrap-runtime-guile - - CLEANFILES = gw-test-parent.h gw-test-parent.c gw-test-parent.html gw-test-parent-autogen.h gw-test-child.h gw-test-child.c gw-test-child.html gw-test-child-autogen.h - libgw_test_child_la_SOURCES = gw-test-child.c gw-test-child-code.c - libgw_test_child_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic --libgw_test_child_la_LIBADD = -L$(LOCALPWD)/../libruntime-guile/.libs -lg-wrap-runtime-guile -+libgw_test_child_la_LIBADD = -L$(LOCALPWD)/../libruntime-guile -lg-wrap-runtime-guile - - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../conf.h |