Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 02:38:15 +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: r502007 - head/science/gabedit
Message-ID:  <201905190238.x4J2cFig026439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun May 19 02:38:14 2019
New Revision: 502007
URL: https://svnweb.freebsd.org/changeset/ports/502007

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

Modified:
  head/science/gabedit/Makefile

Modified: head/science/gabedit/Makefile
==============================================================================
--- head/science/gabedit/Makefile	Sun May 19 02:35:46 2019	(r502006)
+++ head/science/gabedit/Makefile	Sun May 19 02:38:14 2019	(r502007)
@@ -40,7 +40,7 @@ PLIST_FILES+=	share/icons/hicolor/${SZ}x${SZ}/apps/${P
 OPTIONS_DEFINE=		OPENMP
 OPTIONS_DEFAULT=	OPENMP
 
-OPENMP_LIB_DEPENDS=	libomp.so:devel/openmp
+OPENMP_LIB_DEPENDS=	libgomp.so:devel/openmp
 
 post-patch:
 	@${REINPLACE_CMD} 's|/usr/|${PREFIX}/|; s| -O2| ${CFLAGS}|; s|gcc|${CC}|' ${WRKSRC}/CONFIG



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