diff options
author | pav <pav@FreeBSD.org> | 2007-04-27 16:00:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-04-27 16:00:51 +0800 |
commit | ecb6373ff65d0ee3954a22faf9d4501e28b0736f (patch) | |
tree | f90371968bcf6da8d7562ae152c2e109bceade8f /net | |
parent | b8693a5fa931a7d6a7c0bc6abc8658e64d4e7286 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |