Date: Sat, 8 Dec 2012 17:44:18 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308488 - head/net/ipa_ipfw Message-ID: <201212081744.qB8HiIDg086539@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212081744.qB8HiIDg086539>