aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-08-16 13:08:49 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-08-16 13:08:49 +0000
commit3a79a13688a16602160795850eedf882eed1c4cf (patch)
treec1b0f6ba50625f35a1e948df4e8500cd81f68969 /multimedia
parent75935eef6f4a63e0d949ad10e4030162e0dc4b01 (diff)
downloadports-3a79a13688a16602160795850eedf882eed1c4cf.tar.gz
ports-3a79a13688a16602160795850eedf882eed1c4cf.zip
MFH: r545108
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' Approved by: portmgr (fix build blanket)
Notes
Notes: svn path=/branches/2020Q3/; revision=545109
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/php-pHash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/php-pHash/Makefile b/multimedia/php-pHash/Makefile
index 7f1a089fc1ff..559b9dc61b38 100644
--- a/multimedia/php-pHash/Makefile
+++ b/multimedia/php-pHash/Makefile
@@ -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