summaryrefslogtreecommitdiff
path: root/sysutils/eggdbus
diff options
context:
space:
mode:
authorchuck <chuck@pkgsrc.org>2010-12-15 02:24:23 +0000
committerchuck <chuck@pkgsrc.org>2010-12-15 02:24:23 +0000
commit78050721db493e1f5944b6bede74fff512cedf41 (patch)
tree31889f37f606c1c47685d8777b62bd1da32844c8 /sysutils/eggdbus
parent326b407652b4f7c81a3e0132c60c6f40de18f753 (diff)
downloadpkgsrc-78050721db493e1f5944b6bede74fff512cedf41.tar.gz
for darwin only, remove un-needed ld flag from configure.ac
Diffstat (limited to 'sysutils/eggdbus')
-rw-r--r--sysutils/eggdbus/distinfo3
-rw-r--r--sysutils/eggdbus/patches/patch-ab19
2 files changed, 21 insertions, 1 deletions
diff --git a/sysutils/eggdbus/distinfo b/sysutils/eggdbus/distinfo
index 61adeaf6790..b14f5004039 100644
--- a/sysutils/eggdbus/distinfo
+++ b/sysutils/eggdbus/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2010/07/05 08:58:56 dsainty Exp $
+$NetBSD: distinfo,v 1.3 2010/12/15 02:24:23 chuck Exp $
SHA1 (eggdbus-0.6.tar.bz2) = 9f47d1225aafdcc5c59d177ec4c2b52d6f003ce8
RMD160 (eggdbus-0.6.tar.bz2) = a1fa28199059e7deb551b755a8a3853aa02ae0b7
Size (eggdbus-0.6.tar.bz2) = 163804 bytes
SHA1 (patch-aa) = 4c803b9598f760b88b7a6b9ca53acc64377ed200
+SHA1 (patch-ab) = 5cf2948d7d1f9c06168dc92397fe1bf69279a0c1
diff --git a/sysutils/eggdbus/patches/patch-ab b/sysutils/eggdbus/patches/patch-ab
new file mode 100644
index 00000000000..ac85158b731
--- /dev/null
+++ b/sysutils/eggdbus/patches/patch-ab
@@ -0,0 +1,19 @@
+$NetBSD: patch-ab,v 1.1 2010/12/15 02:24:23 chuck Exp $
+
+--- configure.ac.orig 2010-12-14 16:04:28.000000000 -0500
++++ configure.ac 2010-12-14 16:06:27.000000000 -0500
+@@ -120,7 +120,13 @@
+ AC_SUBST(DBUS_GLIB_LIBS)
+
+ if test "x$GCC" = "xyes"; then
+- LDFLAGS="-Wl,--as-needed $LDFLAGS"
++ case "x$host_os" in
++ xdarwin* )
++ ;;
++ * )
++ LDFLAGS="-Wl,--as-needed $LDFLAGS"
++ ;;
++ esac
+ fi
+
+ AC_OUTPUT([