svn commit: r411227 - head/graphics/iccexamin

Boris Samorodov bsam at FreeBSD.org
Wed Mar 16 11:48:48 UTC 2016


Author: bsam
Date: Wed Mar 16 11:48:47 2016
New Revision: 411227
URL: https://svnweb.freebsd.org/changeset/ports/411227

Log:
  graphics/iccexamin: Fix build at FreeBSD-HEAD (no-op for other versions).
  The error is:
  -----
  /usr/bin/ld: cannot find -lomp
  c++: error: linker command failed with exit code 1 (use -v to see invocation)
  *** Error code 1
  -----

Modified:
  head/graphics/iccexamin/Makefile

Modified: head/graphics/iccexamin/Makefile
==============================================================================
--- head/graphics/iccexamin/Makefile	Wed Mar 16 11:43:07 2016	(r411226)
+++ head/graphics/iccexamin/Makefile	Wed Mar 16 11:48:47 2016	(r411227)
@@ -24,7 +24,7 @@ USES=		desktop-file-utils gettext iconv 
 HAS_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USE_XORG=	#
-CONFIGURE_ARGS+=--mandir=${PREFIX}/man
+CONFIGURE_ARGS+=--mandir=${PREFIX}/man --disable-openmp
 
 post-patch:
 	@${REINPLACE_CMD} 's:\\$$(iconv):${ICONV_LIB}:' \


More information about the svn-ports-all mailing list