ports/174260: net/ipa_ipfw clang build
Andrey Simonenko
simon at comsys.ntu-kpi.kiev.ua
Fri Dec 7 14:00:01 UTC 2012
>Number: 174260
>Category: ports
>Synopsis: net/ipa_ipfw clang build
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Dec 07 14:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Andrey Simonenko
>Release: FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
>Description:
Add NO_WCAST_ALIGN.clang to MAKE_ENV to allow net/ipa_ipfw to
be built by clang.
>How-To-Repeat:
>Fix:
diff -ruN ipa_ipfw.orig/Makefile ipa_ipfw/Makefile
--- ipa_ipfw.orig/Makefile 2012-11-17 08:00:02.000000000 +0200
+++ ipa_ipfw/Makefile 2012-12-07 15:34:12.000000000 +0200
@@ -24,6 +24,7 @@
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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list