diff options
author | marino <marino@pkgsrc.org> | 2012-05-16 18:48:45 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-16 18:48:45 +0000 |
commit | 7346b348982f2786862e29030a37fc51d0ede8cf (patch) | |
tree | 9f28ca157137f7566a9200c10525d91dfaa025da /net | |
parent | b2a825766da08eb953b76a5613f1fe54d40e1ee5 (diff) | |
download | pkgsrc-7346b348982f2786862e29030a37fc51d0ede8cf.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/Makefile | 4 |
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 |