summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-04-27 08:00:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-04-27 08:00:51 +0000
commitd66ef1f1c04c75c720488a22d3778520b9bbfd74 (patch)
tree7b71783941e8c3c2624269129b82ae256454eb98 /net/rsync
parent- Update to 1.57 (diff)
- Respect CFLAGS with POPT option
Reported by: kris
Notes
Notes: svn path=/head/; revision=190999
Diffstat (limited to 'net/rsync')
-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