svn commit: r421694 - head/graphics/OpenEXR

Matthias Andree mandree at FreeBSD.org
Sat Sep 10 14:22:42 UTC 2016


Author: mandree
Date: Sat Sep 10 14:22:41 2016
New Revision: 421694
URL: https://svnweb.freebsd.org/changeset/ports/421694

Log:
  Fixup r421626 to unbreak build on newer readelf.
  
  PR:		212308
  Reported by:	antoine@
  Differential Revision:	D7842

Modified:
  head/graphics/OpenEXR/Makefile

Modified: head/graphics/OpenEXR/Makefile
==============================================================================
--- head/graphics/OpenEXR/Makefile	Sat Sep 10 14:14:08 2016	(r421693)
+++ head/graphics/OpenEXR/Makefile	Sat Sep 10 14:22:41 2016	(r421694)
@@ -74,7 +74,7 @@ post-patch:
 _ilm_libcxx=${COMPILER_FEATURES:Mlib*c++}
 pre-configure:
 	@${READELF} -d ${LOCALBASE}/lib/libImath.so \
-	| ${EGREP} -q '\(NEEDED\).*\[${_ilm_libcxx:C/\+/\\+/g}\.' \
+	| ${EGREP} -q '\<NEEDED\>.*\[${_ilm_libcxx:C/\+/\\+/g}\.' \
 	|| {	${ECHO_CMD} "*** Your ilmbase package uses a different C++ standard library than ***" ; \
 		${ECHO_CMD} "*** OpenEXR would. Please recompile and reinstall ilmbase with the  ***" ; \
 		${ECHO_CMD} "*** same C++ std. library before trying to build OpenEXR.  Abort.   ***" ; \


More information about the svn-ports-head mailing list