diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 13:47:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 13:47:58 +0800 |
commit | 79707816c608508cda94f35ea8353d09d284ca67 (patch) | |
tree | 0015d4caadea8b1e61bfbf4435462e86de8cef75 /audio | |
parent | 831193a625c4ef7ed64f9945433e3e641c952f7f (diff) | |
download | freebsd-ports-gnome-79707816c608508cda94f35ea8353d09d284ca67.tar.gz freebsd-ports-gnome-79707816c608508cda94f35ea8353d09d284ca67.tar.zst freebsd-ports-gnome-79707816c608508cda94f35ea8353d09d284ca67.zip |
Fix build with clang
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-crossfade/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile index 8b36cc1edb98..8754e5d73a74 100644 --- a/audio/xmms-crossfade/Makefile +++ b/audio/xmms-crossfade/Makefile @@ -15,6 +15,7 @@ COMMENT= Crossfading/Gapless Plugin LIB_DEPENDS?= xmms.4:${PORTSDIR}/multimedia/xmms HAS_CONFIGURE= yes +USE_CSTD= gnu89 APP?= xmms .if ${APP} == bmp PORTVERSION= 0.3.12 |