From 20c703f13d511559e50f13f89162be6f6deaa45c Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Thu, 14 Jul 2011 14:15:52 +0000 Subject: [PATCH] Fix build with clang PR: 158663 Submitted by: Guido Falsi --- misc/xosd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 3a9283d22126..6b34e693ae84 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -19,8 +19,9 @@ USE_GMAKE= yes USE_XORG= x11 xext xt sm ice USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +USE_CSTD= gnu89 CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}' -L${LOCALBASE}/lib' \ - CFLAGS='${CFLAGS}' LOCALBASE='${LOCALBASE}' \ + LOCALBASE='${LOCALBASE}' \ GTK_CONFIG='${GTK_CONFIG}' GLIB_CONFIG='${GLIB_CONFIG}' \ XMMS_PLUGINDIR=${LOCALBASE}/lib/xmms