Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2012 15:54:22 +0200
From:      Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174260: net/ipa_ipfw clang build
Message-ID:  <20121207135422.GA22862@pm513-1.comsys.ntu-kpi.kiev.ua>
Resent-Message-ID: <201212071400.qB7E00ec029113@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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