summaryrefslogtreecommitdiffstats
path: root/net/tapidbus
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-25 12:24:09 +0000
committerpav <pav@FreeBSD.org>2008-07-25 12:24:09 +0000
commite3b31366702ca258f6d6ffde4be5684ce7083f2c (patch)
treef06f7152ec73cff1da1d55ed8fb1cbbec58110f9 /net/tapidbus
parent416754ba19d48426d074519ec04ce7a38f75dd62 (diff)
downloadFreeBSD-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/Makefile2
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
OpenPOWER on IntegriCloud