Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jul 2011 10:39:10 +0200 (CEST)
From:      Niclas Zeising <niclas.zeising@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/158588: [PATCH] fix devel/fnccheck to build using clang
Message-ID:  <201107020839.p628dAes020471@vincent.daemonic.se>
Resent-Message-ID: <201107020840.p628eD94075201@freefall.freebsd.org>

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

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



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