diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-04-04 08:27:21 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-04-04 08:27:21 +0000 |
commit | 39f654553b0e258f3981c48fd936998009cc39b1 (patch) | |
tree | 53cc824bb280dc904ec94149d68021a1b33841e8 /audio/ncmpcpp | |
parent | 29eba89b447dbcee09b97a2bdbf1cacb4ed4a1d8 (diff) | |
download | ports-39f654553b0e258f3981c48fd936998009cc39b1.tar.gz ports-39f654553b0e258f3981c48fd936998009cc39b1.zip |
Notes
Diffstat (limited to 'audio/ncmpcpp')
-rw-r--r-- | audio/ncmpcpp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index f869a22f26e8..715255623324 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -24,6 +24,7 @@ BROKEN_powerpc64= fails to compile: tags.cpp: undefined reference to TagLib::Str USES= compiler:c++14-lang iconv libtool localbase ncurses:port pkgconfig readline tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 +CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 LDFLAGS+= -lpthread CONFIGURE_ENV= BOOST_LIB_SUFFIX="" |