multimedia/php-pHash: fix build on GCC architectures
x265 requires C++11 compiler: /usr/local/lib/libx265.so.179: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::reserve(unsigned long)@GLIBCXX_3.4.21' MFH: 2020Q3 (fix build blanket)
This commit is contained in:
parent
2bd2f3fbd5
commit
42a3fac7cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545108
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
LIB_DEPENDS= libpHash.so:multimedia/pHash
|
||||
|
||||
USES= php:ext
|
||||
USES= compiler:c++11-lang php:ext
|
||||
|
||||
WRKSRC_SUBDIR= bindings/php
|
||||
|
||||
|
|
Loading…
Reference in a new issue