aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2019-05-19 11:01:48 +0800
committeryuri <yuri@FreeBSD.org>2019-05-19 11:01:48 +0800
commitcd6f0823ba77645560589844e8cfe375cc5d8677 (patch)
tree3e55e221d9b2c1d6b0f2a5d9d1d5f9fb1a01403f /science
parentdc475a4f0330da7c7a768f0f39aaee519783dd38 (diff)
downloadfreebsd-ports-gnome-cd6f0823ba77645560589844e8cfe375cc5d8677.tar.gz
freebsd-ports-gnome-cd6f0823ba77645560589844e8cfe375cc5d8677.tar.zst
freebsd-ports-gnome-cd6f0823ba77645560589844e8cfe375cc5d8677.zip
science/abinit: Fix libomp.so in LDFLAGS (this also might fix the breakage on 13)
Reported by: fallout
Diffstat (limited to 'science')
-rw-r--r--science/abinit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile
index 3d680109f17a..d6d0f0dc10fb 100644
--- a/science/abinit/Makefile
+++ b/science/abinit/Makefile
@@ -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