diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-30 08:14:48 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-30 08:14:48 +0000 |
commit | 5e23543a36b909f7d94de33f0bd5663c2b07439b (patch) | |
tree | 7e3c988bdc0af883f89b1b2c0cbe8cb304e81369 /net/ed2k-gtk-gui/Makefile | |
parent | 828c899c10dbae19afde78efd9a8b0770686bfc8 (diff) | |
download | pkgsrc-5e23543a36b909f7d94de33f0bd5663c2b07439b.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/Makefile')
-rw-r--r-- | net/ed2k-gtk-gui/Makefile | 4 |
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." |