summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormarino <marino>2012-05-16 18:48:45 +0000
committermarino <marino>2012-05-16 18:48:45 +0000
commit919eb676460c5b6407713ef36799e972c4a4859e (patch)
tree9f28ca157137f7566a9200c10525d91dfaa025da /net
parent85b582ad917a44dba022fa8cd3800d7a75c9a01b (diff)
downloadpkgsrc-919eb676460c5b6407713ef36799e972c4a4859e.tar.gz
net/ed2k-gtk-gui: Fix indirect linking on DragonFly
On a previous commit, I added an LDFLAGS entry to address indirect linking. Since then I use LDFLAGS.DragonFly because the LDFLAGS fix wasn't completely welcomed. Now that a second library has to be added to the indirect link fix, I'm moved both to LDFLAGS.DragonFly.
Diffstat (limited to 'net')
-rw-r--r--net/ed2k-gtk-gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ed2k-gtk-gui/Makefile b/net/ed2k-gtk-gui/Makefile
index 63a79eb15bc..acc916cab35 100644
--- a/net/ed2k-gtk-gui/Makefile
+++ b/net/ed2k-gtk-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2012/03/03 00:13:43 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2012/05/16 18:48:45 marino Exp $
DISTNAME= ed2k-gtk-gui-0.6.3
PKGREVISION= 13
@@ -15,7 +15,7 @@ USE_TOOLS+= pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CONFIGURE_LDFLAGS=${LDFLAGS:M*:Q}
-LDFLAGS+= -lX11 # direct link for ld v2.22
+LDFLAGS.DragonFly+= -lX11 -lgmodule-2.0
BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED