pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ed2k-gtk-gui Add CONFIGURE_LDFLAGS=${LDFLAGS:Q} to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c5111f653d52
branches: trunk
changeset: 475944:c5111f653d52
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun May 30 08:14:48 2004 +0000
description:
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:
net/ed2k-gtk-gui/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 2de0f656d363 -r c5111f653d52 net/ed2k-gtk-gui/Makefile
--- a/net/ed2k-gtk-gui/Makefile Sun May 30 08:10:05 2004 +0000
+++ b/net/ed2k-gtk-gui/Makefile Sun May 30 08:14:48 2004 +0000
@@ -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_X11= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= CONFIGURE_LDFLAGS=${LDFLAGS:Q}
SUBST_CLASSES+= shell
SUBST_MESSAGE.shell= "Fixing hardcoded shell."
Home |
Main Index |
Thread Index |
Old Index