I am hoping the gcc compiler will work better than the clang compiler.  I'll
  monitor the resulting error messages to see if I am correct.
This commit is contained in:
Stephen Montgomery-Smith 2015-06-22 02:15:50 +00:00
parent 98c90f8f31
commit 1f14810bb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390272

View file

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