git: 639acf8c81b0 - main - math/octave-forge-interval: build with clang on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Apr 2022 15:51:29 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=639acf8c81b0ec5ed39fddb8b026a06f9aafcf37
commit 639acf8c81b0ec5ed39fddb8b026a06f9aafcf37
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-22 15:37:44 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-22 15:37:44 +0000
math/octave-forge-interval: build with clang on powerpc64
---
math/octave-forge-interval/Makefile | 6 ------
1 file changed, 6 deletions(-)
diff --git a/math/octave-forge-interval/Makefile b/math/octave-forge-interval/Makefile
index abde6524b6a1..5a0671d3cd4b 100644
--- a/math/octave-forge-interval/Makefile
+++ b/math/octave-forge-interval/Makefile
@@ -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}