summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2011-07-14 14:15:52 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2011-07-14 14:15:52 +0000
commit20c703f13d511559e50f13f89162be6f6deaa45c (patch)
tree756a2036b3c92aa77bdf2a88e5cabf4d180b8341 /misc
parentRespect CC (diff)
Fix build with clang
PR: 158663 Submitted by: Guido Falsi
Notes
Notes: svn path=/head/; revision=277701
Diffstat (limited to 'misc')
-rw-r--r--misc/xosd/Makefile3
1 files changed, 2 insertions, 1 deletions
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