diff options
author | kris <kris@FreeBSD.org> | 2004-07-12 06:06:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-07-12 06:06:19 +0800 |
commit | 9a3227ec863482a1c3abc79862a8acaead4daf58 (patch) | |
tree | 6a51bbf0aa27fdb2782df4f57e7b51879906ada3 /net | |
parent | f3637e771a4a91665398a2fc07a0ec391f46ad14 (diff) | |
download | freebsd-ports-gnome-9a3227ec863482a1c3abc79862a8acaead4daf58.tar.gz freebsd-ports-gnome-9a3227ec863482a1c3abc79862a8acaead4daf58.tar.zst freebsd-ports-gnome-9a3227ec863482a1c3abc79862a8acaead4daf58.zip |
BROKEN on amd64: Does not compile
Diffstat (limited to 'net')
-rw-r--r-- | net/libgnetwork/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile index 24f2d6de5f6d..0f2e0371870a 100644 --- a/net/libgnetwork/Makefile +++ b/net/libgnetwork/Makefile @@ -32,10 +32,16 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS+=--enable-ssl=no #.endif +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + pre-everything:: # @${ECHO_MSG} "" # @${ECHO_MSG} "libgnetwork has the following configurable option(s):" # @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" # @${ECHO_MSG} "" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |