svn commit: r502010 - head/science/abinit

Yuri Victorovich yuri at FreeBSD.org
Sun May 19 03:01:50 UTC 2019


Author: yuri
Date: Sun May 19 03:01:48 2019
New Revision: 502010
URL: https://svnweb.freebsd.org/changeset/ports/502010

Log:
  science/abinit: Fix libomp.so in LDFLAGS (this also might fix the breakage on 13)
  
  Reported by:	fallout

Modified:
  head/science/abinit/Makefile

Modified: head/science/abinit/Makefile
==============================================================================
--- head/science/abinit/Makefile	Sun May 19 02:47:01 2019	(r502009)
+++ head/science/abinit/Makefile	Sun May 19 03:01:48 2019	(r502010)
@@ -31,7 +31,7 @@ OPTIONS_DEFINE=			OPENMP MPI
 OPTIONS_DEFAULT=		OPENMP MPI
 
 OPENMP_CONFIGURE_ENABLE=	openmp
-OPENMP_LDFLAGS=			${LOCALBASE}/lib/libomp.so
+OPENMP_LDFLAGS=			-lomp
 OPENMP_LIB_DEPENDS=		libomp.so:devel/openmp
 
 MPI_CONFIGURE_ENABLE=		mpi


More information about the svn-ports-all mailing list