aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-nan
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-12 15:09:29 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-12 15:09:29 +0000
commitcf5faa93d71ddb11e3279c031872e3a6d7b422ad (patch)
treed1504a09ff5d9e28ec1e44d5b0ce828dfb325036 /math/octave-forge-nan
parent4855fd1437192496f799a09bb6b2a95619345772 (diff)
downloadports-cf5faa93d71ddb11e3279c031872e3a6d7b422ad.tar.gz
ports-cf5faa93d71ddb11e3279c031872e3a6d7b422ad.zip
- Better way to make build work with FreeBSD-10.
- Set make_jobs_unsafe. Better way reported by: Baptiste Daroussin <bapt@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=339512
Diffstat (limited to 'math/octave-forge-nan')
-rw-r--r--math/octave-forge-nan/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge-nan/Makefile b/math/octave-forge-nan/Makefile
index 169bf81074fd..5c5da2a31219 100644
--- a/math/octave-forge-nan/Makefile
+++ b/math/octave-forge-nan/Makefile
@@ -9,6 +9,9 @@ CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+MAKE_JOBS_UNSAFE= yes
+MAKE_ARGS= CC="${CC}" CXX="${CXX}"
+
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= NaN
@@ -16,9 +19,6 @@ OCTSRC= NaN
WRKSRC= ${WRKDIR}/${OCTSRC}/src
NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e s/^CC/\#CC/ -e s/^CXX/\#CXX/ ${WRKSRC}/Makefile
-
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
ALL_TARGET= octave