From a7ee439f233fb32bd81dddc1e2ecc1bfd236273f Mon Sep 17 00:00:00 2001 From: zi Date: Mon, 16 Jul 2012 11:18:34 +0000 Subject: - Mark BROKEN when compiling with clang --- security/suricata/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/suricata') diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 8978362314e4..a504d8686554 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -63,6 +63,10 @@ LOGS_DIR= /var/log/suricata BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif +.if ${CC} == "clang" || ${CXX} == "clang++" +BROKEN= Does not build when compiled with clang +.endif + .if ${PORT_OPTIONS:MPRELUDE} LIB_DEPENDS+= prelude:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --enable-prelude \ -- cgit