Remove BROKEN statements for Tier-2 architectures: they do build fine on at
least PowerPC and I could not find a reason (MD code, etc.) why they should fail on sparc64 or ia64 (and the latter is no longer supported in -CURRENT).
This commit is contained in:
parent
96ad3f4e05
commit
ccc9781f9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396169
2 changed files with 1 additions and 9 deletions
|
@ -45,12 +45,6 @@ DEMO_DISTFILE= ${DISTNAME:S,-devel-,-demo-,}${EXTRACT_SUFX}
|
|||
DEMO_WRKSRC= ${WRKDIR}/rmdemo
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on ia64, powerpc, or sparc64
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
${REINPLACE_CMD} -e \
|
||||
|
@ -83,4 +77,4 @@ do-install:
|
|||
${INSTALL_DATA} ${DEMO_WRKSRC}/data/* ${STAGEDIR}${EXAMPLESDIR}/data
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -27,6 +27,4 @@ WX_CONF_ARGS= relative
|
|||
|
||||
PLIST_FILES= bin/panoglview
|
||||
|
||||
BROKEN_powerpc= Does not configure on powerpc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue