aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-04-27 16:00:51 +0800
committerpav <pav@FreeBSD.org>2007-04-27 16:00:51 +0800
commitecb6373ff65d0ee3954a22faf9d4501e28b0736f (patch)
treef90371968bcf6da8d7562ae152c2e109bceade8f /net
parentb8693a5fa931a7d6a7c0bc6abc8658e64d4e7286 (diff)
downloadfreebsd-ports-gnome-ecb6373ff65d0ee3954a22faf9d4501e28b0736f.tar.gz
freebsd-ports-gnome-ecb6373ff65d0ee3954a22faf9d4501e28b0736f.tar.zst
freebsd-ports-gnome-ecb6373ff65d0ee3954a22faf9d4501e28b0736f.zip
- Respect CFLAGS with POPT option
Reported by: kris
Diffstat (limited to 'net')
-rw-r--r--net/rsync/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 8942393cb5b9..30a12f5bb5b9 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -45,7 +45,7 @@ OPTIONS= POPT_PORT "Use popt from devel/popt instead of bundled one" off \
.if defined(WITH_POPT_PORT)
LIB_DEPENDS+= popt.0:${PORTSDIR}/devel/popt
-CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.else
CONFIGURE_ARGS+= --with-included-popt