From 3a79a13688a16602160795850eedf882eed1c4cf Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 16 Aug 2020 13:08:49 +0000 Subject: 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, std::allocator >::reserve(unsigned long)@GLIBCXX_3.4.21' Approved by: portmgr (fix build blanket) --- multimedia/php-pHash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multimedia') 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 -- cgit v1.2.3