diff options
-rw-r--r-- | audio/musicpd/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 53575ff1a6a1..e600a76b3b7e 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -132,6 +132,11 @@ GROUPS= ${MPDGROUP} .include <bsd.port.options.mk> +# Work around suspected clang bug +.if ${OSVERSION} >= 1001000 +USE_GCC= yes +.endif + .ifdef MPDCONF IGNORE=Please remove the MPDCONF line from make.conf, then rename ${PREFIX}/etc/${MPDCONF} to musicpd.conf, if it exists .endif |