aboutsummaryrefslogtreecommitdiff
path: root/net/norm
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-04-21 00:14:42 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-04-21 00:14:42 +0000
commita84974d4266f941d2614cddeba28635baa902a53 (patch)
treed4d3c385964bd3dc26ba52ebbf530e3f360714da /net/norm
parentcff3d0d5139c0ce29295dfd35f5fb38d6a6dc021 (diff)
downloadports-a84974d4266f941d2614cddeba28635baa902a53.tar.gz
ports-a84974d4266f941d2614cddeba28635baa902a53.zip
net/norm: don't set -mcpu=power7 on powerpc64 anymore
After head r360134, clang can compile this port with default -mcpu=ppc970.
Notes
Notes: svn path=/head/; revision=532238
Diffstat (limited to 'net/norm')
-rw-r--r--net/norm/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/norm/Makefile b/net/norm/Makefile
index d7fd640928be..228287d326e6 100644
--- a/net/norm/Makefile
+++ b/net/norm/Makefile
@@ -2,6 +2,7 @@
PORTNAME= norm
PORTVERSION= 1.5r6
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://downloads.pf.itd.nrl.navy.mil/norm/archive/:norm \
https://waf.io/:waf
@@ -20,12 +21,6 @@ USE_LDCONFIG= yes
PLIST_FILES= include/normApi.h lib/libnorm.so lib/libnorm.so.1 \
lib/libnorm.so.1.0.0
-.include <bsd.port.pre.mk>
-
-.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
-CXXFLAGS+= -mcpu=power7
-.endif
-
post-extract:
${CP} ${DISTDIR}/waf-2.0.19 ${WRKSRC}/waf
@@ -33,4 +28,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/include/normApi.h ${STAGEDIR}${PREFIX}/include/
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnorm.so.1.0.0
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>