aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-10-27 00:17:34 +0800
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-10-27 00:17:34 +0800
commit0bfc04d612675a9944dac066b277dc419984104b (patch)
tree595c11a36740b26d3e343f136d3b2f784ba6f6f0
parent73a82b062fe663a93a90140ef84a6370a47709d2 (diff)
downloadfreebsd-ports-gnome-0bfc04d612675a9944dac066b277dc419984104b.tar.gz
freebsd-ports-gnome-0bfc04d612675a9944dac066b277dc419984104b.tar.zst
freebsd-ports-gnome-0bfc04d612675a9944dac066b277dc419984104b.zip
Do not override CFLAGS and CONFIGURE_ENV.
Reported by: kris Pointy hat to: novel
-rw-r--r--sysutils/conky-awesome/Makefile4
-rw-r--r--sysutils/conky/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile
index f75d79ae2ab9..1a9ca7fefa0c 100644
--- a/sysutils/conky-awesome/Makefile
+++ b/sysutils/conky-awesome/Makefile
@@ -18,8 +18,8 @@ USE_BZIP2= yes
USE_REINPLACE= yes
HAS_CONFIGURE= yes
USE_X_PREFIX= yes
-CONFIGURE_ENV= CFLAGS="-I${X11BASE}/include" \
- LDFLAGS="-L${X11BASE}/lib"
+CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${X11BASE}/include" \
+ LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
MAN1= conky.1
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile
index f75d79ae2ab9..1a9ca7fefa0c 100644
--- a/sysutils/conky/Makefile
+++ b/sysutils/conky/Makefile
@@ -18,8 +18,8 @@ USE_BZIP2= yes
USE_REINPLACE= yes
HAS_CONFIGURE= yes
USE_X_PREFIX= yes
-CONFIGURE_ENV= CFLAGS="-I${X11BASE}/include" \
- LDFLAGS="-L${X11BASE}/lib"
+CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${X11BASE}/include" \
+ LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
MAN1= conky.1