svn commit: r545109 - branches/2020Q3/multimedia/php-pHash

Piotr Kubaj pkubaj at FreeBSD.org
Sun Aug 16 13:08:50 UTC 2020


Author: pkubaj
Date: Sun Aug 16 13:08:49 2020
New Revision: 545109
URL: https://svnweb.freebsd.org/changeset/ports/545109

Log:
  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)

Modified:
  branches/2020Q3/multimedia/php-pHash/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/multimedia/php-pHash/Makefile
==============================================================================
--- branches/2020Q3/multimedia/php-pHash/Makefile	Sun Aug 16 13:07:42 2020	(r545108)
+++ branches/2020Q3/multimedia/php-pHash/Makefile	Sun Aug 16 13:08:49 2020	(r545109)
@@ -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
 


More information about the svn-ports-all mailing list