diff options
author | jschauma <jschauma@pkgsrc.org> | 2006-03-12 18:13:53 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2006-03-12 18:13:53 +0000 |
commit | df08e5db89139ae1b2893eb55978bc1592e69ca7 (patch) | |
tree | b9cb7884214420c5d49045dc2d44cfa4d931eac8 /net/ORBit | |
parent | 27ef6becfeb8471efba0e390904cfdbc14180000 (diff) | |
download | pkgsrc-df08e5db89139ae1b2893eb55978bc1592e69ca7.tar.gz |
Not all compilers accept --disable-shared. Instead of trying to get
the right one for each one, just get rid of this flag, as it concerns
the creation of a test binary anyway. (This allows ORBit to compile
and install under IRIX.)
Diffstat (limited to 'net/ORBit')
-rw-r--r-- | net/ORBit/distinfo | 4 | ||||
-rw-r--r-- | net/ORBit/patches/patch-ad | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/ORBit/distinfo b/net/ORBit/distinfo index 73aba228773..e468e311aac 100644 --- a/net/ORBit/distinfo +++ b/net/ORBit/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.27 2005/08/18 05:46:16 grant Exp $ +$NetBSD: distinfo,v 1.28 2006/03/12 18:13:53 jschauma Exp $ SHA1 (ORBit-0.5.17.tar.bz2) = c8b2daef43b028d65d0ab82f0a88558942be6217 RMD160 (ORBit-0.5.17.tar.bz2) = 9087d6659adbd0066d76a3eed5cc2799de640df4 @@ -6,7 +6,7 @@ Size (ORBit-0.5.17.tar.bz2) = 1065003 bytes SHA1 (patch-aa) = 9b8854a5e5e988222de4cb5b27da3e82f87df4e3 SHA1 (patch-ab) = c2b7cc5f83230035c214600bff59d4dfefd92422 SHA1 (patch-ac) = b46d9dc6fcb3ca598aa986c25a25053fa3e1410a -SHA1 (patch-ad) = d4f61e2fef4b862606473ced8f0b27ea3b7f22b3 +SHA1 (patch-ad) = 6921604d21536762b708aeefb63428987040a1ba SHA1 (patch-ae) = 95cc6f46fa2cfcd34af2e546f3d4a8d55194e5eb SHA1 (patch-af) = 88b7f08410322b4408d2209762f77cb43758a4ff SHA1 (patch-ag) = 875e83a597ab39d57abcfd9259d8ec15707ea45c diff --git a/net/ORBit/patches/patch-ad b/net/ORBit/patches/patch-ad index 666ce0ae343..f543164c512 100644 --- a/net/ORBit/patches/patch-ad +++ b/net/ORBit/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.7 2002/09/27 00:45:14 jlam Exp $ +$NetBSD: patch-ad,v 1.8 2006/03/12 18:13:53 jschauma Exp $ --- popt/Makefile.in.orig Wed Mar 20 06:46:09 2002 +++ popt/Makefile.in @@ -7,11 +7,11 @@ $NetBSD: patch-ad,v 1.7 2002/09/27 00:45:14 jlam Exp $ noinst_PROGRAMS = test1 test2 test1_SOURCES = test1.c -test1_LDFLAGS = -all-static -+test1_LDFLAGS = --disable-shared ++test1_LDFLAGS = test1_LDADD = $(noinst_LTLIBRARIES) test2_SOURCES = test2.c -test2_LDFLAGS = -all-static -+test2_LDFLAGS = --disable-shared ++test2_LDFLAGS = test2_LDADD = $(noinst_LTLIBRARIES) noinst_SCRIPTS = testit.sh |