Date: Fri, 1 Jul 2011 14:32:33 +0200 (CEST) From: Niclas Zeising <niclas.zeising@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/158566: [PATCH] fix misc/xosd to build using clang Message-ID: <201107011232.p61CWXBf016773@vincent.daemonic.se> Resent-Message-ID: <201107011240.p61Ce4xU035629@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107011232.p61CWXBf016773>