ports/158436: [PATCH] fix net-im/ysm to build with clang

Niclas Zeising niclas.zeising at gmail.com
Wed Jun 29 15:50:07 UTC 2011


>Number:         158436
>Category:       ports
>Synopsis:       [PATCH] fix net-im/ysm to build with 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:   Wed Jun 29 15:50:06 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:
	net-im/ysm doesn't build with clang.
>How-To-Repeat:
	
>Fix:

	Attached patch makes net-im/ysm build using clang.

--- net-im.ysm.clangfix.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-im/ysm/Makefile,v
retrieving revision 1.26
diff -u -d -r1.26 Makefile
--- Makefile	22 Aug 2009 00:31:55 -0000	1.26
+++ Makefile	29 Jun 2011 15:42:04 -0000
@@ -15,6 +15,8 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Command line ICQ client with ICQ2000 and recoding support
 
+USE_CSTD=	c89
+
 USE_ICONV=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
--- net-im.ysm.clangfix.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list