math/octave-forge-interval: build with clang on powerpc64

This commit is contained in:
Piotr Kubaj 2022-04-22 15:37:44 +00:00
parent 2bb61bbe18
commit 639acf8c81

View File

@ -21,12 +21,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc64
USE_GCC= yes
.endif
post-build:
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}