ports/158566: [PATCH] fix misc/xosd to build using clang

Niclas Zeising niclas.zeising at gmail.com
Fri Jul 1 12:40:05 UTC 2011


>Number:         158566
>Category:       ports
>Synopsis:       [PATCH] fix misc/xosd 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:   Fri Jul 01 12:40:04 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 misc/xosd build with clang

--- misc.xosd.clangfix.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/xosd/Makefile,v
retrieving revision 1.48
diff -u -d -r1.48 Makefile
--- Makefile	4 Dec 2010 07:32:42 -0000	1.48
+++ Makefile	1 Jul 2011 12:31:10 -0000
@@ -14,6 +14,8 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	X On-Screen-Display Library and XMMS plug-in
 
+USE_CSTD=	c89
+
 XMMS_CONFIG?=	${LOCALBASE}/bin/xmms-config
 USE_GMAKE=	yes
 USE_XORG=	x11 xext xt sm ice
--- misc.xosd.clangfix.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list