Date: Wed, 29 Jun 2011 17:44:03 +0200 (CEST) From: Niclas Zeising <niclas.zeising@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/158436: [PATCH] fix net-im/ysm to build with clang Message-ID: <201106291544.p5TFi3X7005604@vincent.daemonic.se> Resent-Message-ID: <201106291550.p5TFo7YK061722@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106291544.p5TFi3X7005604>