pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/smalltalk Fix build by changing "libtool --tag di...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7cbf6f7a6e9
branches:  trunk
changeset: 473295:f7cbf6f7a6e9
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 18 18:41:19 2004 +0000

description:
Fix build by changing "libtool --tag disable-shared" to "libtool
--tag=disable-shared", from rudihl (a) gmx.de in PR pkg/25230.

diffstat:

 lang/smalltalk/distinfo         |   4 ++--
 lang/smalltalk/patches/patch-aa |  17 +++++++++++++----
 2 files changed, 15 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 5f759dfd7db0 -r f7cbf6f7a6e9 lang/smalltalk/distinfo
--- a/lang/smalltalk/distinfo   Sun Apr 18 18:20:01 2004 +0000
+++ b/lang/smalltalk/distinfo   Sun Apr 18 18:41:19 2004 +0000
@@ -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 -r 5f759dfd7db0 -r f7cbf6f7a6e9 lang/smalltalk/patches/patch-aa
--- a/lang/smalltalk/patches/patch-aa   Sun Apr 18 18:20:01 2004 +0000
+++ b/lang/smalltalk/patches/patch-aa   Sun Apr 18 18:41:19 2004 +0000
@@ -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) \



Home | Main Index | Thread Index | Old Index