diff options
Diffstat (limited to 'devel/blib/patches')
-rw-r--r-- | devel/blib/patches/patch-aa | 12 | ||||
-rw-r--r-- | devel/blib/patches/patch-ab | 13 |
2 files changed, 25 insertions, 0 deletions
diff --git a/devel/blib/patches/patch-aa b/devel/blib/patches/patch-aa new file mode 100644 index 00000000000..459435a48e6 --- /dev/null +++ b/devel/blib/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/12/27 22:37:44 salo Exp $ + +--- docs/reference/Makefile.in.orig 2003-12-25 19:19:33.000000000 +0100 ++++ docs/reference/Makefile.in 2003-12-27 16:32:23.000000000 +0100 +@@ -438,6 +438,7 @@ + uninstall-info-am + + ++@ENABLE_GTK_DOC_FALSE@all-local: + @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp + + #### scan #### diff --git a/devel/blib/patches/patch-ab b/devel/blib/patches/patch-ab new file mode 100644 index 00000000000..751f985420e --- /dev/null +++ b/devel/blib/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2003/12/27 22:37:44 salo Exp $ + +--- modules/Makefile.in.orig 2003-12-25 19:19:34.000000000 +0100 ++++ modules/Makefile.in 2003-12-27 17:13:55.000000000 +0100 +@@ -107,7 +107,7 @@ + LDFLAGS = @LDFLAGS@ + LIBOBJS = @LIBOBJS@ + LIBS = @LIBS@ +-LIBTOOL = @LIBTOOL@ ++LIBTOOL = $(srcdir)/libtool + LN_S = @LN_S@ + LTLIBOBJS = @LTLIBOBJS@ + LT_AGE = @LT_AGE@ |