diff options
author | pav <pav@FreeBSD.org> | 2008-07-25 20:48:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-25 20:48:47 +0800 |
commit | 3911417f7d6e276df2741fde745c6a0f1d9bdeef (patch) | |
tree | 88761bf508dd34db19dc9c2d5cb8ae46e6204c44 /www/srg | |
parent | a6b4041b0c04993aaf832d1e24d6dbf041a4de76 (diff) | |
download | freebsd-ports-gnome-3911417f7d6e276df2741fde745c6a0f1d9bdeef.tar.gz freebsd-ports-gnome-3911417f7d6e276df2741fde745c6a0f1d9bdeef.tar.zst freebsd-ports-gnome-3911417f7d6e276df2741fde745c6a0f1d9bdeef.zip |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'www/srg')
-rw-r--r-- | www/srg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/srg/Makefile b/www/srg/Makefile index ee11d5201f75..eef379a1b2f4 100644 --- a/www/srg/Makefile +++ b/www/srg/Makefile @@ -20,8 +20,7 @@ USE_GMAKE= yes USE_BISON= build USE_BZIP2= yes NO_INSTALL_MANPAGES= yes -MAKE_ENV= CC="${CC}" CXX="${CXX}" \ - CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" post-patch: ${REINPLACE_CMD} -e 's|-g |${CFLAGS} ${CPPFLAGS} |' ${WRKSRC}/Makefile \ |