aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-16 16:33:50 +0800
committerMark Linimon <linimon@FreeBSD.org>2019-03-16 16:33:50 +0800
commitc361846a4c96be76d5b27263e80d49a41cd81ebe (patch)
tree88d4e758555e0b425b5591dd9ca5b0cbeeb9bcb0 /audio
parente80d28cc6936fe034574dd5bca2ccd26990f1888 (diff)
downloadfreebsd-ports-gnome-c361846a4c96be76d5b27263e80d49a41cd81ebe.tar.gz
freebsd-ports-gnome-c361846a4c96be76d5b27263e80d49a41cd81ebe.tar.zst
freebsd-ports-gnome-c361846a4c96be76d5b27263e80d49a41cd81ebe.zip
Fix build on gcc-based architectures:
undefined reference to 'std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21' While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio')
-rw-r--r--audio/fplib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/fplib/Makefile b/audio/fplib/Makefile
index 8a7874d2fe8d..2ee3d063fd7f 100644
--- a/audio/fplib/Makefile
+++ b/audio/fplib/Makefile
@@ -18,9 +18,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libsamplerate.so:audio/libsamplerate \
libtag.so:audio/taglib
+USES= cmake compiler:c++11-lang localbase:ldflags
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
-USES= cmake localbase:ldflags
GH_ACCOUNT= lastfm
GH_PROJECT= Fingerprinter