Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 02:34:05 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502005 - head/graphics/gmic
Message-ID:  <201905190234.x4J2Y5It026011@repo.freebsd.org>

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



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