BROKEN on !i386: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-25 10:22:42 +00:00
parent cde397995e
commit d48c061ea6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102065
5 changed files with 23 additions and 1 deletions

View file

@ -35,6 +35,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
ENABLE_IPv6= --enable-ipv6
.endif
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT} ${PREFIX}/bin/${RAT}
${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-ui ${PREFIX}/bin/${RAT}-ui

View file

@ -23,6 +23,10 @@ EMACS_VERSION= 19.34
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
WRKDIRBASE= ${WRKDIRPREFIX}${.CURDIR:S,/editors/mule-common$,,}
.for dir in chinese/mule-freewnn \

View file

@ -67,6 +67,10 @@ CONFIGURE_ARGS+= --without-debug \
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
PLIST_SUB+= PORTVERSION=${PORTVERSION}
# FreeBSD 5.0 Needs to have libgmp port to support gmp.

View file

@ -35,6 +35,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
ENABLE_IPv6= --enable-ipv6
.endif
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT} ${PREFIX}/bin/${RAT}
${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-ui ${PREFIX}/bin/${RAT}-ui

View file

@ -28,7 +28,13 @@ CONFIGURE_ARGS= --without-spidermonkey --without-jdk --without-doxygen
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
post-patch:
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.post.mk>