mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
net/spread: don't set -mcpu=power7 on powerpc64 anymore
After head r360134, clang can compile this port with default -mcpu=ppc970.
This commit is contained in:
parent
85e05736e6
commit
cff3d0d513
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532237
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= spread
|
||||
PORTVERSION= 3.17.4
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= https://BSDforge.com/projects/source/net/spread/
|
||||
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
||||
@ -44,12 +44,6 @@ PERL_CONFIGURE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX="${PREFIX}" \
|
||||
|
||||
TARGET_ORDER_OVERRIDE= 710:fix-perl-things
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
|
||||
CFLAGS+= -mcpu=power7
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
|
||||
${WRKSRC}/docs/${PORTNAME}.1 ${WRKSRC}/docs/spmonitor.1
|
||||
@ -80,4 +74,4 @@ post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtspread.so.1
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Spread/Spread.so
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user