diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 18:41:19 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 18:41:19 +0000 |
commit | 31136d1e509202b9b6cdd196a985d40ceb46e5c6 (patch) | |
tree | b345afeefb399d57441890f4a0dfe9b8b9a622d9 /lang | |
parent | fa4866f09608f70e74a219870bd6d61f13f8ffcc (diff) | |
download | pkgsrc-31136d1e509202b9b6cdd196a985d40ceb46e5c6.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')
-rw-r--r-- | lang/smalltalk/distinfo | 4 | ||||
-rw-r--r-- | lang/smalltalk/patches/patch-aa | 17 |
2 files changed, 15 insertions, 6 deletions
diff --git a/lang/smalltalk/distinfo b/lang/smalltalk/distinfo index 7698113eaa3..6e5393eef6e 100644 --- a/lang/smalltalk/distinfo +++ b/lang/smalltalk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2003/08/04 15:43:45 jtb Exp $ +$NetBSD: distinfo,v 1.10 2004/04/18 18:41:19 snj Exp $ SHA1 (smalltalk-2.1.4.tar.gz) = d56be692ca3041e9686df20f1d051be5f79513bb Size (smalltalk-2.1.4.tar.gz) = 3422094 bytes -SHA1 (patch-aa) = 41e3ca795c13aef9ef5f837e5341e306bcfa9352 +SHA1 (patch-aa) = 324882a6b25e31edf3b1e3fb7743b731160d7067 SHA1 (patch-ab) = 9c63774baf798d6ce73bd45c0f1829bb59a8632b 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) \ |