diff options
author | arved <arved@FreeBSD.org> | 2011-07-14 22:15:52 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-07-14 22:15:52 +0800 |
commit | 54536be569e0db32c4efa47edd842c94cf768d6f (patch) | |
tree | aee0886e44840ce8cb9489ad2365ca8816773110 /misc | |
parent | c29dd32e73e62755cc21e826e941e37bbc03613e (diff) | |
download | freebsd-ports-gnome-54536be569e0db32c4efa47edd842c94cf768d6f.tar.gz freebsd-ports-gnome-54536be569e0db32c4efa47edd842c94cf768d6f.tar.zst freebsd-ports-gnome-54536be569e0db32c4efa47edd842c94cf768d6f.zip |
Fix build with clang
PR: 158663
Submitted by: Guido Falsi
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xosd/Makefile | 3 |
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 |