Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2012 11:18:35 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r300941 - head/security/suricata
Message-ID:  <201207161118.q6GBIZQG035390@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Mon Jul 16 11:18:34 2012
New Revision: 300941
URL: http://svn.freebsd.org/changeset/ports/300941

Log:
  - Mark BROKEN when compiling with clang

Modified:
  head/security/suricata/Makefile

Modified: head/security/suricata/Makefile
==============================================================================
--- head/security/suricata/Makefile	Mon Jul 16 11:17:25 2012	(r300940)
+++ head/security/suricata/Makefile	Mon Jul 16 11:18:34 2012	(r300941)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207161118.q6GBIZQG035390>