diff options
author | krion <krion@FreeBSD.org> | 2003-08-03 02:07:29 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-03 02:07:29 +0800 |
commit | 7688ca90752d89a03837e6af66e493cd37abaf4e (patch) | |
tree | c16a516797ac85a2e5b62987cf0e218f1abf75de /www/ffproxy | |
parent | 909c3538297334ff633247444b7bdc9daf79f59c (diff) | |
download | freebsd-ports-gnome-7688ca90752d89a03837e6af66e493cd37abaf4e.tar.gz freebsd-ports-gnome-7688ca90752d89a03837e6af66e493cd37abaf4e.tar.zst freebsd-ports-gnome-7688ca90752d89a03837e6af66e493cd37abaf4e.zip |
Honor CFLAGS
Submitted by: Jolan Luff
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'www/ffproxy')
-rw-r--r-- | www/ffproxy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/ffproxy/Makefile b/www/ffproxy/Makefile index 0b3cbf203ef8..49696ee7007b 100644 --- a/www/ffproxy/Makefile +++ b/www/ffproxy/Makefile @@ -21,6 +21,7 @@ post-patch: ${REINPLACE_CMD} -e \ 's|/etc|${PREFIX}/etc|g ; \ s|/usr/local|${PREFIX}|g ; \ + s|^CFLAGS =|CFLAGS +=|g ; \ s|/var/ffproxy|${DOCSDIR}|g' \ ${WRKSRC}/Makefile ${REINPLACE_CMD} -e \ |