Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2020 13:08:50 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r545109 - branches/2020Q3/multimedia/php-pHash
Message-ID:  <202008161308.07GD8od8078928@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008161308.07GD8od8078928>