diff options
author | crees <crees@FreeBSD.org> | 2015-01-25 05:21:22 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2015-01-25 05:21:22 +0800 |
commit | 74b4cc95b50612f2edd19246a159a507dc84733a (patch) | |
tree | be94f0e9d93c561c529a3c0dca04031fa0489bd0 /audio | |
parent | e1b8c08dcd0a4f8f2194e80db02fb24374aedca7 (diff) | |
download | freebsd-ports-gnome-74b4cc95b50612f2edd19246a159a507dc84733a.tar.gz freebsd-ports-gnome-74b4cc95b50612f2edd19246a159a507dc84733a.tar.zst freebsd-ports-gnome-74b4cc95b50612f2edd19246a159a507dc84733a.zip |
Revert fix-- incorrect
PR: ports/195888
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index e600a76b3b7e..53575ff1a6a1 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -132,11 +132,6 @@ 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 |