From 4c428ddbbb950b8555f6ffd6ebcfcf044e201674 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 11 Jul 2004 22:06:19 +0000 Subject: BROKEN on amd64: Does not compile --- net/libgnetwork/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/libgnetwork') 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 + +.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 +.include -- cgit v1.2.3