aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-12 15:17:28 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-12 15:17:28 +0000
commit223bef9f14ac1b11e0096c3c2f81bb38987ade22 (patch)
treeefc0224f2795599415f97d0e207568ecdcaa5c4a
parentd88c670092bea85a2adb181fefc93a6e4e651ac6 (diff)
downloadports-223bef9f14ac1b11e0096c3c2f81bb38987ade22.tar.gz
ports-223bef9f14ac1b11e0096c3c2f81bb38987ade22.zip
Notes
-rw-r--r--math/octave-forge-ltfat/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave-forge-ltfat/Makefile b/math/octave-forge-ltfat/Makefile
index 1efba031bc5c..69b608ecbdff 100644
--- a/math/octave-forge-ltfat/Makefile
+++ b/math/octave-forge-ltfat/Makefile
@@ -13,6 +13,8 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \
portaudio:${PORTSDIR}/audio/portaudio2 \
cblas:${PORTSDIR}/math/cblas
+MAKE_ARGS= CC="${CC}"
+
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${OCTAVE_PKGNAME}
@@ -20,9 +22,6 @@ OCTSRC= ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e s/^CC/\#CC/ -e s/^CXX/\#CXX/ ${WRKSRC}/Makefile_unix
-
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
post-build: