diff options
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 |