summaryrefslogtreecommitdiff
path: root/lang/smalltalk/patches/patch-aa
diff options
context:
space:
mode:
authorsnj <snj>2004-04-18 18:41:19 +0000
committersnj <snj>2004-04-18 18:41:19 +0000
commit4a6f2b753851851e7266303c9fec80533e47bedb (patch)
treeb345afeefb399d57441890f4a0dfe9b8b9a622d9 /lang/smalltalk/patches/patch-aa
parent522a4ec17d6895203b2f8655566c8daebcac4881 (diff)
downloadpkgsrc-4a6f2b753851851e7266303c9fec80533e47bedb.tar.gz
Fix build by changing "libtool --tag disable-shared" to "libtool
--tag=disable-shared", from rudihl (a) gmx.de in PR pkg/25230.
Diffstat (limited to 'lang/smalltalk/patches/patch-aa')
-rw-r--r--lang/smalltalk/patches/patch-aa17
1 files changed, 13 insertions, 4 deletions
diff --git a/lang/smalltalk/patches/patch-aa b/lang/smalltalk/patches/patch-aa
index cb35d7249ae..411e5c2de90 100644
--- a/lang/smalltalk/patches/patch-aa
+++ b/lang/smalltalk/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.6 2003/07/02 00:00:23 jtb Exp $
+$NetBSD: patch-aa,v 1.7 2004/04/18 18:41:19 snj Exp $
---- libgst/Makefile.in.orig
-+++ libgst/Makefile.in
-@@ -212,7 +212,6 @@
+--- libgst/Makefile.in.orig 2003-07-09 09:51:53.000000000 -0700
++++ libgst/Makefile.in 2004-04-18 11:26:16.000000000 -0700
+@@ -102,7 +102,7 @@ LIBTCLTK = @LIBTCLTK@
+ # This switch is not included in libtool 1.4, but it is included in
+ # libtool 1.5; I have plugged it back in libtool 1.4, so that it is
+ # upwards compatible.
+-LIBTOOL = @LIBTOOL@ --tag disable-shared
++LIBTOOL = @LIBTOOL@ --tag=disable-shared
+ LIGHTNING_MAIN_FALSE = @LIGHTNING_MAIN_FALSE@
+ LIGHTNING_MAIN_TRUE = @LIGHTNING_MAIN_TRUE@
+ LN_S = @LN_S@
+@@ -212,7 +212,6 @@ libgst_la_LIBADD = $(top_builddir)/lib-s
libgst_la_LDFLAGS = -version-info $(VERSION_INFO)
libgst_la_DEPENDENCIES = $(top_builddir)/lib-src/library.la $(LIBSIGSEGV) \