- Attempt to fix errors in http://beefy5.nyi.freebsd.org/data/101i386-default/390032/logs/octave-forge-interval-1.0.0.log.
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:
parent
98c90f8f31
commit
1f14810bb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390272
1 changed files with 2 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue