svn commit: r502005 - head/graphics/gmic

Yuri Victorovich yuri at FreeBSD.org
Sun May 19 02:34:05 UTC 2019


Author: yuri
Date: Sun May 19 02:34:04 2019
New Revision: 502005
URL: https://svnweb.freebsd.org/changeset/ports/502005

Log:
  graphics/gmic: Unbreak on 13: /usr/lib/libomp.so conflicting with the 'openmp' package has been added to 13-CURRENT
  
  Reported by:	fallout

Modified:
  head/graphics/gmic/Makefile

Modified: head/graphics/gmic/Makefile
==============================================================================
--- head/graphics/gmic/Makefile	Sun May 19 02:24:59 2019	(r502004)
+++ head/graphics/gmic/Makefile	Sun May 19 02:34:04 2019	(r502005)
@@ -41,7 +41,7 @@ OPTIONS_DEFAULT=	OPENMP X11
 OPTIONS_SUB=		yes
 
 OPENMP_CMAKE_BOOL=	ENABLE_OPENMP
-OPENMP_LIB_DEPENDS=	libomp.so:devel/openmp
+OPENMP_LIB_DEPENDS=	libgomp.so:devel/openmp
 
 PLUGINS_CMAKE_BOOL=	BUILD_PLUGIN
 PLUGINS_USE=		GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango


More information about the svn-ports-all mailing list