diff options
author | kris <kris@FreeBSD.org> | 2004-12-17 14:32:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-17 14:32:06 +0800 |
commit | 7b698bbb6db96cf599b44df2e456c41f35ea86f7 (patch) | |
tree | e51dfff9d8ab7833cbfee44c95d1d1b9f6248769 /net/libgnetwork/Makefile | |
parent | c182fa4960ce35461936a82c044bb7f9eccc8963 (diff) | |
download | freebsd-ports-gnome-7b698bbb6db96cf599b44df2e456c41f35ea86f7.tar.gz freebsd-ports-gnome-7b698bbb6db96cf599b44df2e456c41f35ea86f7.tar.zst freebsd-ports-gnome-7b698bbb6db96cf599b44df2e456c41f35ea86f7.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'net/libgnetwork/Makefile')
-rw-r--r-- | net/libgnetwork/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile index 6486dfac2e06..8eb3dc898660 100644 --- a/net/libgnetwork/Makefile +++ b/net/libgnetwork/Makefile @@ -34,8 +34,8 @@ CONFIGURE_ARGS+=--enable-ssl=no .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64" +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif pre-everything:: |