BROKEN on !i386: Does not compile

This commit is contained in:
Kris Kennaway 2004-11-18 22:22:18 +00:00
parent 9b4534401c
commit 400162683c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121924
6 changed files with 32 additions and 8 deletions

View file

@ -28,8 +28,8 @@ MAN1= nip.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
BROKEN= "Does not compile on alpha or amd64"
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
post-patch:

View file

@ -28,8 +28,8 @@ MAN1= nip.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
BROKEN= "Does not compile on alpha or amd64"
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
post-patch:

View file

@ -20,4 +20,10 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_FLAGS}" \
USE_GNOME= gtk20
USE_X_PREFIX= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
.include <bsd.port.post.mk>

View file

@ -20,4 +20,10 @@ USE_GNOME= gnomehack glib20
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
.include <bsd.port.post.mk>

View file

@ -20,4 +20,10 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_FLAGS}" \
USE_GNOME= gtk20
USE_X_PREFIX= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
.include <bsd.port.post.mk>

View file

@ -20,4 +20,10 @@ USE_GNOME= gnomehack glib20
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
.include <bsd.port.post.mk>