svn commit: r308488 - head/net/ipa_ipfw

Pawel Pekala pawel at FreeBSD.org
Sat Dec 8 17:44:19 UTC 2012


Author: pawel
Date: Sat Dec  8 17:44:18 2012
New Revision: 308488
URL: http://svnweb.freebsd.org/changeset/ports/308488

Log:
  Fix build with clang
  
  PR:		ports/174260
  Submitted by:	Andrey Simonenko <simon at comsys.ntu-kpi.kiev.ua> (maintainer)
  Feature safe:	yes

Modified:
  head/net/ipa_ipfw/Makefile

Modified: head/net/ipa_ipfw/Makefile
==============================================================================
--- head/net/ipa_ipfw/Makefile	Sat Dec  8 17:08:59 2012	(r308487)
+++ head/net/ipa_ipfw/Makefile	Sat Dec  8 17:44:18 2012	(r308488)
@@ -24,6 +24,7 @@ USE_LDCONFIG=	yes
 
 LOCALINCLUDE?=	${LOCALBASE}/include
 MAKE_ENV+=	DEBUG_FLAGS="" PREFIX=${PREFIX} LOCALINCLUDE=${LOCALINCLUDE}
+MAKE_ENV+=	NO_WCAST_ALIGN.clang=yes
 
 BUILD_DEPENDS+=	${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa
 


More information about the svn-ports-all mailing list