diff options
author | marino <marino@pkgsrc.org> | 2011-12-22 22:10:33 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-22 22:10:33 +0000 |
commit | a2d58b0f7905a424c49549e9eda3d008ff10f629 (patch) | |
tree | 8de7b1eb3d4caa450bce4dc30dca918b792a686b /net/ed2k-gtk-gui | |
parent | cc6a554966cef7683bfe319f2e921292fbf0ad85 (diff) | |
download | pkgsrc-a2d58b0f7905a424c49549e9eda3d008ff10f629.tar.gz |
net/ed2k-gtk-gui: Add indirectly linked libraries to LDFLAGS for ld v2.22
Diffstat (limited to 'net/ed2k-gtk-gui')
-rw-r--r-- | net/ed2k-gtk-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ed2k-gtk-gui/Makefile b/net/ed2k-gtk-gui/Makefile index 9181d11091e..8a2cf94f274 100644 --- a/net/ed2k-gtk-gui/Makefile +++ b/net/ed2k-gtk-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2011/11/01 06:02:17 sbd Exp $ +# $NetBSD: Makefile,v 1.29 2011/12/22 22:10:33 marino Exp $ DISTNAME= ed2k-gtk-gui-0.6.3 PKGREVISION= 11 @@ -15,6 +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 BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED |