diff options
author | stephen <stephen@FreeBSD.org> | 2015-04-01 08:05:29 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2015-04-01 08:05:29 +0800 |
commit | d79c9bc5bda876e1b1a25ec50eac2b7afba414cc (patch) | |
tree | 810e8efb531c624f92c306828495fb59bcf61ea9 /math | |
parent | 4a5f79c97bc8e41ed226f8f606f55a8f348d93ff (diff) | |
download | freebsd-ports-gnome-d79c9bc5bda876e1b1a25ec50eac2b7afba414cc.tar.gz freebsd-ports-gnome-d79c9bc5bda876e1b1a25ec50eac2b7afba414cc.tar.zst freebsd-ports-gnome-d79c9bc5bda876e1b1a25ec50eac2b7afba414cc.zip |
- Add USES=compiler:c++11-lang in attempt to avoid build errors with
versions of FreeBSD 9 or earlier.
Reference: http://beefy6.nyi.freebsd.org/data/84amd64-default/382795/logs/octave-forge-interval-0.1.4.log
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-interval/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-interval/Makefile b/math/octave-forge-interval/Makefile index 3e378a0bfb15..c7cf1d4df5a6 100644 --- a/math/octave-forge-interval/Makefile +++ b/math/octave-forge-interval/Makefile @@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr +USES= compiler:c++11-lang + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} |