diff options
author | kris <kris@FreeBSD.org> | 2004-11-19 06:22:18 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-19 06:22:18 +0800 |
commit | 1ef94996d19f4b19454b19c6fb833fe4c867f581 (patch) | |
tree | f3fed17b6c6077f8c1ffd0b277cb2847b2739936 | |
parent | b1d12dd70b288f7f33ceebe39d481b95d8a172ed (diff) | |
download | freebsd-ports-graphics-1ef94996d19f4b19454b19c6fb833fe4c867f581.tar.gz freebsd-ports-graphics-1ef94996d19f4b19454b19c6fb833fe4c867f581.tar.zst freebsd-ports-graphics-1ef94996d19f4b19454b19c6fb833fe4c867f581.zip |
BROKEN on !i386: Does not compile
-rw-r--r-- | graphics/nip/Makefile | 4 | ||||
-rw-r--r-- | graphics/nip2/Makefile | 4 | ||||
-rw-r--r-- | net-im/gyach/Makefile | 8 | ||||
-rw-r--r-- | net-im/meanwhile/Makefile | 8 | ||||
-rw-r--r-- | net/gyach/Makefile | 8 | ||||
-rw-r--r-- | net/meanwhile/Makefile | 8 |
6 files changed, 32 insertions, 8 deletions
diff --git a/graphics/nip/Makefile b/graphics/nip/Makefile index 22b99ae7678..bc931d74984 100644 --- a/graphics/nip/Makefile +++ b/graphics/nip/Makefile @@ -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: diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index 22b99ae7678..bc931d74984 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -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: diff --git a/net-im/gyach/Makefile b/net-im/gyach/Makefile index a24b1dc6783..3961273c912 100644 --- a/net-im/gyach/Makefile +++ b/net-im/gyach/Makefile @@ -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> diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index aa7c8ed3246..a9ef240a651 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -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> diff --git a/net/gyach/Makefile b/net/gyach/Makefile index a24b1dc6783..3961273c912 100644 --- a/net/gyach/Makefile +++ b/net/gyach/Makefile @@ -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> diff --git a/net/meanwhile/Makefile b/net/meanwhile/Makefile index aa7c8ed3246..a9ef240a651 100644 --- a/net/meanwhile/Makefile +++ b/net/meanwhile/Makefile @@ -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> |