- Revert changes made in r370272, because they didn't fix anything.

- Mark broken for the i386 architecture.

Reference:	http://beefy5.nyi.freebsd.org/data/101i386-default/390348/logs/octave-forge-interval-1.0.0.log http://beefy2.nyi.freebsd.org/data/93amd64-default/390348/logs/octave-forge-interval-1.0.0.log
This commit is contained in:
Stephen Montgomery-Smith 2015-06-23 10:56:47 +00:00
parent 64c5551aa5
commit 4c2c7869c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390364

View file

@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr
USES= compiler:openmp
USES= compiler:c++11-lang
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
@ -27,4 +27,10 @@ post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000000 && ${ARCH} == "i386"
BROKEN= Doesn't build on FreeBSD 9 nor i386
.endif
.include <bsd.port.post.mk>