ports/158588: [PATCH] fix devel/fnccheck to build using clang

Niclas Zeising niclas.zeising at gmail.com
Sat Jul 2 08:40:13 UTC 2011


>Number:         158588
>Category:       ports
>Synopsis:       [PATCH] fix devel/fnccheck to build using clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 02 08:40:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Niclas Zeising
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root at vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64


	
>Description:
	
>How-To-Repeat:
	
>Fix:
	
	Attached patch makes devel/fnccheck build with clang.

--- devel.fnccheck.clangfix.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/fnccheck/Makefile,v
retrieving revision 1.8
diff -u -d -r1.8 Makefile
--- Makefile	22 Aug 2009 00:18:02 -0000	1.8
+++ Makefile	2 Jul 2011 08:38:00 -0000
@@ -15,6 +15,8 @@
 
 USE_LDCONFIG=	yes
 
+USE_CSTD=	gnu89
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-devel-${PORTVERSION}
 
 DOCS=		README.txt README1ST.txt CHANGES.txt \
--- devel.fnccheck.clangfix.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list