pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ORBit Not all compilers accept --disable-shared. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b4f9e2e020c7
branches: trunk
changeset: 509640:b4f9e2e020c7
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Sun Mar 12 18:13:53 2006 +0000
description:
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:
net/ORBit/distinfo | 4 ++--
net/ORBit/patches/patch-ad | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (41 lines):
diff -r 0571089fba23 -r b4f9e2e020c7 net/ORBit/distinfo
--- a/net/ORBit/distinfo Sun Mar 12 17:35:05 2006 +0000
+++ b/net/ORBit/distinfo Sun Mar 12 18:13:53 2006 +0000
@@ -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 @@
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 -r 0571089fba23 -r b4f9e2e020c7 net/ORBit/patches/patch-ad
--- a/net/ORBit/patches/patch-ad Sun Mar 12 17:35:05 2006 +0000
+++ b/net/ORBit/patches/patch-ad Sun Mar 12 18:13:53 2006 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index