summaryrefslogtreecommitdiff
path: root/devel/g-wrap/patches
diff options
context:
space:
mode:
authormjl <mjl>2002-08-21 00:21:56 +0000
committermjl <mjl>2002-08-21 00:21:56 +0000
commit0449f55733f39a9bd4565668e79c3661a7ae0060 (patch)
treee530b1d6f31748df189d39f21cf749dfee9338db /devel/g-wrap/patches
parent0eae6501a041f7e49bb161d5e02f4fd88474df92 (diff)
downloadpkgsrc-0449f55733f39a9bd4565668e79c3661a7ae0060.tar.gz
Update g-wrap to 1.2.1. Changes are built-time tweaks only and a
version number bump. 1.2.x is required for gnucash.
Diffstat (limited to 'devel/g-wrap/patches')
-rw-r--r--devel/g-wrap/patches/patch-aa22
-rw-r--r--devel/g-wrap/patches/patch-ad19
2 files changed, 0 insertions, 41 deletions
diff --git a/devel/g-wrap/patches/patch-aa b/devel/g-wrap/patches/patch-aa
deleted file mode 100644
index 68e7d5737e2..00000000000
--- a/devel/g-wrap/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$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.
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