diff options
author | pav <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
commit | e3b31366702ca258f6d6ffde4be5684ce7083f2c (patch) | |
tree | f06f7152ec73cff1da1d55ed8fb1cbbec58110f9 /net/tapidbus | |
parent | 416754ba19d48426d074519ec04ce7a38f75dd62 (diff) | |
download | FreeBSD-ports-e3b31366702ca258f6d6ffde4be5684ce7083f2c.zip FreeBSD-ports-e3b31366702ca258f6d6ffde4be5684ce7083f2c.tar.gz |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'net/tapidbus')
-rw-r--r-- | net/tapidbus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tapidbus/Makefile b/net/tapidbus/Makefile index eb92e2e..d391cb0 100644 --- a/net/tapidbus/Makefile +++ b/net/tapidbus/Makefile @@ -26,7 +26,7 @@ USE_LDCONFIG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME} -MAKE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ENV+= LDFLAGS="${LDFLAGS}" post-patch: @${REINPLACE_CMD} -e 's|\-O2||' ${WRKSRC}/configure |