diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-09 22:38:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-09 22:38:15 +0000 |
commit | 6bc32ddf24b0a01aaa349b84d9a05bd5a7517b58 (patch) | |
tree | 30559a720ec5caaa1a98ca8addfe3fb4e61c0d60 | |
parent | 808e522fb3b743deb6afe3bd25ca929eeccd4264 (diff) | |
download | freebsd-ports-6bc32ddf24b0a01aaa349b84d9a05bd5a7517b58.zip |
Add compiler:c++11-lang to USES to fix build on gcc-based architectures.
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | audio/vimpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/vimpc/Makefile b/audio/vimpc/Makefile index 9af63edf9dda..c57275588c82 100644 --- a/audio/vimpc/Makefile +++ b/audio/vimpc/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ libpcre.so:devel/pcre \ libcurl.so:ftp/curl -USES= autoreconf ncurses pkgconfig +USES= autoreconf compiler:c++11-lang ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= boysetsfrog |