aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xbiso
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2011-09-24 06:26:39 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2011-09-24 06:26:39 +0800
commite61d6a701f43e8cec5a4ec8c9641daf5376441de (patch)
tree920c5861867d049fb1f1e03285110561450a4ac1 /misc/xbiso
parent124c6dcab8f89a37ab971e5ad23a959bfaa97426 (diff)
downloadfreebsd-ports-gnome-e61d6a701f43e8cec5a4ec8c9641daf5376441de.tar.gz
freebsd-ports-gnome-e61d6a701f43e8cec5a4ec8c9641daf5376441de.tar.zst
freebsd-ports-gnome-e61d6a701f43e8cec5a4ec8c9641daf5376441de.zip
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
Diffstat (limited to 'misc/xbiso')
-rw-r--r--misc/xbiso/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xbiso/Makefile b/misc/xbiso/Makefile
index 03649e5984ff..8405ac312d25 100644
--- a/misc/xbiso/Makefile
+++ b/misc/xbiso/Makefile
@@ -17,8 +17,8 @@ COMMENT= XBox xdvdfs iso extraction utility
LIB_DEPENDS= ftp.3:${PORTSDIR}/ftp/ftplib
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/xbiso
.cgi/freebsd-ports-gnome/commit/games/cgoban2?h=gnome-3.24&id=5446d9429d26e29ab69fa7eee59aad162feae838'>Update to 2.6.1 (unbreak).vs2004-06-212-5/+3 * BROKEN: Unfetchablekris2004-06-091-0/+2 * Update to latest version (previous version became unfetchable)vs2004-05-062-6/+3 * These broken ports are scheduled for deletion on June 18 if they arekris2004-04-191-0/+2 * BROKEN: Unfetchablekris2004-03-231-0/+2 * * Upgrade to 2.5.6.obraun2004-02-072-6/+5 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * - Update to 2.5.5pav2004-01-092-2/+2