diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2018-11-19 15:56:57 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2018-11-19 15:56:57 +0800 |
commit | f01837214a95dee53b9ea2b3303a888a0381ed76 (patch) | |
tree | ca84067f3f816356796f7f02c565c6c19ff5925f /audio | |
parent | 6a5d3e63a7f337ad6ff5676bb151747def33ada5 (diff) | |
download | freebsd-ports-gnome-f01837214a95dee53b9ea2b3303a888a0381ed76.tar.gz freebsd-ports-gnome-f01837214a95dee53b9ea2b3303a888a0381ed76.tar.zst freebsd-ports-gnome-f01837214a95dee53b9ea2b3303a888a0381ed76.zip |
Fix build with GCC-based architectures.
PR: 233303
Submitted by: pkubaj@anongoth.pl
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libopenmpt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile index 52a07b2fd9de..3c40adabc625 100644 --- a/audio/libopenmpt/Makefile +++ b/audio/libopenmpt/Makefile @@ -14,7 +14,7 @@ COMMENT= Module music library based on OpenMPT LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake libtool pkgconfig +USES= compiler:c++11-lang gmake libtool pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes |