mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
BROKEN on !i386: Does not compile
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue