summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjschauma <jschauma>2006-03-12 18:13:53 +0000
committerjschauma <jschauma>2006-03-12 18:13:53 +0000
commit3dd06688d8b355b25cc2183b55c5b4744804aa14 (patch)
treeb9cb7884214420c5d49045dc2d44cfa4d931eac8 /net
parentc4ed5400907af2c154690240102426720253ba4e (diff)
downloadpkgsrc-3dd06688d8b355b25cc2183b55c5b4744804aa14.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')
-rw-r--r--net/ORBit/distinfo4
-rw-r--r--net/ORBit/patches/patch-ad6
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