mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Mark as broken on powerpc: causes gcc to drop core.
While here, convert the antique NOT_FOR usage to also be in BROKEN. Hat: portmgr
This commit is contained in:
parent
2819597092
commit
d7a793b5ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297518
@ -24,8 +24,6 @@ OPTIONS= OPENSSL "Build with OpenSSL support " on \
|
||||
|
||||
CONFLICTS= ace+tao-5*
|
||||
|
||||
NOT_FOR_ARCHS= sparc64
|
||||
|
||||
WRKSRC= ${WRKDIR}/ACE_wrappers
|
||||
|
||||
USE_BZIP2= yes
|
||||
@ -96,6 +94,10 @@ PLIST_SUB+= QT="@comment "
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on ia64, powerpc, or sparc64
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/$$libdir/pkgconfig|/libdata/pkgconfig|g' ${WRKSRC}/bin/ace_install_pkgconfig.pl
|
||||
|
Loading…
Reference in New Issue
Block a user