diff options
author | yuri <yuri@FreeBSD.org> | 2019-05-19 11:01:48 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-05-19 11:01:48 +0800 |
commit | cd6f0823ba77645560589844e8cfe375cc5d8677 (patch) | |
tree | 3e55e221d9b2c1d6b0f2a5d9d1d5f9fb1a01403f /science | |
parent | dc475a4f0330da7c7a768f0f39aaee519783dd38 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |