summaryrefslogtreecommitdiff
path: root/net/ed2k-gtk-gui
diff options
context:
space:
mode:
authorminskim <minskim>2004-05-30 08:14:48 +0000
committerminskim <minskim>2004-05-30 08:14:48 +0000
commit4d29c7d655bec8a9ac2e2906b36c3fa751a87719 (patch)
tree7e3c988bdc0af883f89b1b2c0cbe8cb304e81369 /net/ed2k-gtk-gui
parent54b09ed4379c37d36ce56ddcbb114bcc3990d59a (diff)
downloadpkgsrc-4d29c7d655bec8a9ac2e2906b36c3fa751a87719.tar.gz
Add CONFIGURE_LDFLAGS=${LDFLAGS:Q} to CONFIGURE_ENV, because the
configure script of this package replaces @LDFLAGS@ with ${CONFIGURE_LDFLAGS}, not with ${LDFLAGS}. This fixes the problem that ed2k_gui doesn't run on some platforms due to incorrect rpath. Bump PKGREVISION.
Diffstat (limited to 'net/ed2k-gtk-gui')
-rw-r--r--net/ed2k-gtk-gui/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ed2k-gtk-gui/Makefile b/net/ed2k-gtk-gui/Makefile
index b56c0d02bb2..0b0da6ee728 100644
--- a/net/ed2k-gtk-gui/Makefile
+++ b/net/ed2k-gtk-gui/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2004/05/30 07:52:08 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2004/05/30 08:14:48 minskim Exp $
DISTNAME= ed2k-gtk-gui-0.6.2
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ed2k-gtk-gui/}
@@ -13,6 +14,7 @@ USE_DIRS+= xdg-1.1
USE_X11= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= CONFIGURE_LDFLAGS=${LDFLAGS:Q}
SUBST_CLASSES+= shell
SUBST_MESSAGE.shell= "Fixing hardcoded shell."