You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ncmpcpp: Migrate away from cxx11 PortGroup
This commit is contained in:
committed by
Leonardo Brondani Schenkel
parent
c1550a5a60
commit
45a2d54018
@@ -2,7 +2,6 @@
|
||||
|
||||
PortSystem 1.0
|
||||
PortGroup compiler_blacklist_versions 1.0
|
||||
PortGroup cxx11 1.1
|
||||
|
||||
name ncmpcpp
|
||||
version 0.8.2
|
||||
@@ -34,8 +33,7 @@ depends_lib port:boost \
|
||||
port:taglib
|
||||
|
||||
# Requires C++14.
|
||||
compiler.blacklist-append \
|
||||
{clang < 602}
|
||||
compiler.cxx_standard 2014
|
||||
|
||||
configure.args --with-boost=${prefix} \
|
||||
--with-taglib=${prefix} \
|
||||
|
||||
Reference in New Issue
Block a user