Remove mention of ia64 from the BROKEN messages of some archaic ports.
This commit is contained in:
parent
d5128636e9
commit
c54bd79c38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444098
2 changed files with 4 additions and 8 deletions
|
@ -17,7 +17,7 @@ MAKE_ARGS= install_prefix=${STAGEDIR}
|
|||
PLIST_FILES= bin/ppmcaption man/man1/ppmcaption.1.gz
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS_REASON= does not compile on ia64 or amd64; untested everywhere else
|
||||
ONLY_FOR_ARCHS_REASON= does not compile on amd64; untested everywhere else
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure
|
||||
|
|
|
@ -15,13 +15,9 @@ COMMENT= Python extension embedding SWI-Prolog
|
|||
BUILD_DEPENDS= swipl:lang/swi-pl
|
||||
RUN_DEPENDS= swipl:lang/swi-pl
|
||||
|
||||
BROKEN_amd64= fails to build: can't link shared libraries to static
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
|
||||
BROKEN= Does not build on ia64 or amd64 (can't link shared libraries to static)
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue