aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-12-26 18:01:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-12-26 18:01:43 +0000
commitb1db1e6435c8aa6d3d8b4804437210b42f942381 (patch)
tree3414036b6d4dbfdbcc4b2687fedaf2cc8685f8d0 /math
parent8d31ff2abd4652d446356ce6671ce4a2e9de5c1f (diff)
downloadports-b1db1e6435c8aa6d3d8b4804437210b42f942381.tar.gz
ports-b1db1e6435c8aa6d3d8b4804437210b42f942381.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/testu01/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/testu01/Makefile b/math/testu01/Makefile
index fa77fbaaadf0..2a8845fc827c 100644
--- a/math/testu01/Makefile
+++ b/math/testu01/Makefile
@@ -23,9 +23,11 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir="${PREFIX}/include/${PORTNAME}"
USE_GMAKE= yes
MAKE_ARGS= docdir="${DOCSDIR}" exdir="${EXAMPLESDIR}"
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
-CLAGS+= -fPIC
+CFLAGS+= -fPIC
PLIST_SUB= PORTNAME="${PORTNAME}"
post-patch: