Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2016 11:48:47 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411227 - head/graphics/iccexamin
Message-ID:  <201603161148.u2GBmlkr045824@repo.freebsd.org>

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



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