diff options
author | crees <crees@FreeBSD.org> | 2013-12-22 01:02:30 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-12-22 01:02:30 +0800 |
commit | 402ae5096c6967a18f6a08c305bc8992b113ed6a (patch) | |
tree | c8f4e899881a7100674061ea9be5528dde9257c7 /audio/musicpd | |
parent | dc05821b30b8075d14060a6545f3b8588380e179 (diff) | |
download | freebsd-ports-gnome-402ae5096c6967a18f6a08c305bc8992b113ed6a.tar.gz freebsd-ports-gnome-402ae5096c6967a18f6a08c305bc8992b113ed6a.tar.zst freebsd-ports-gnome-402ae5096c6967a18f6a08c305bc8992b113ed6a.zip |
It appears that there is actually a compiler.mk knob that does
exactly what was needed for the previous commit.
Submitted by: antoine
Submitted by: db
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 04a2bbbf6a5c..4778ef712a69 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS+= libmad.so:${PORTSDIR}/audio/libmad \ libcurl.so:${PORTSDIR}/ftp/curl -USES= gmake pkgconfig +USES= gmake pkgconfig compiler:c++11-lib USE_XZ= yes GNU_CONFIGURE= yes USE_GNOME= glib20 @@ -59,12 +59,6 @@ SUB_LIST+= MPDDIR=${MPDDIR} IGNORE=Please remove the MPDCONF line from make.conf, then rename ${PREFIX}/etc/${MPDCONF} to musicpd.conf, if it exists .endif -.if ${OSVERSION} < 1000054 -USE_GCC= 4.7+ -.else -USES+= compiler:c++11-lang -.endif - .include <bsd.port.pre.mk> .if exists(${PREFIX}/etc/mpd.conf) |