svn commit: r300941 - head/security/suricata

Ryan Steinmetz zi at FreeBSD.org
Mon Jul 16 11:18:35 UTC 2012


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 \



More information about the svn-ports-all mailing list