aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/audiopreview
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 /multimedia/audiopreview
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 'multimedia/audiopreview')
-rw-r--r--multimedia/audiopreview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/audiopreview/Makefile b/multimedia/audiopreview/Makefile
index 436218cb39f5..a4faa8a90d55 100644
--- a/multimedia/audiopreview/Makefile
+++ b/multimedia/audiopreview/Makefile
@@ -17,8 +17,8 @@ USE_GMAKE= yes
USE_GSTREAMER= core
USE_GNOME= intltool
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+LDFLAGS+= -L${LOCALBASE}/lib
+CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/audiopreview
MAN1= audiopreview.1
t to new perl frameworkmat2013-08-031-3/+2 * - Add missing sharedmime to the list of USE_KDE4 components. It will bemakc2013-05-132-6/+1 * - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1 * - convert USE_CMAKE to USESmakc2013-03-231-1/+1 * - Update to 6miwi2013-02-084-10/+74 * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1 * - update png to 1.5.10dinoex2012-06-011-0/+1 * - Update to version 4miwi2012-05-224-52/+31 * - Reassign to the heaptabthorpe2011-07-051-1/+1 * - Kick MD5 Supportmiwi2011-07-031-1/+0 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Remove USE_REINPLACE from all categories starting with Pedwin2006-05-131-1/+0 * Conversion to a single libtool environment.ade2006-02-231-1/+1 * SHA256ifyedwin2006-01-241-0/+1 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-18/+18 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1 * - Add missing manpagesmarkus2004-12-241-1/+3 * More pthread-check fixes.lofi2004-11-121-0/+3 * - Update to version 2.9.5markus2004-06-069-269/+22 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-05