freebsd-ports/science/openkim/files/patch-KIM_API__GNU_compiler_settings.mk
Thierry Thomas 52d72cd2b8 Adding OpenKIM, an application programming interface (API) for
coupling atomistic simulation codes and interatomic potential
subroutines.

PR:		ports/177692
Submitted by:	Jason Bacon <jwbacon (at) tds.net>
2014-02-21 15:39:56 +00:00

10 lines
347 B
Makefile

--- KIM_API/GNU_compiler_settings.mk.orig 2012-08-19 23:13:47.000000000 +0200
+++ KIM_API/GNU_compiler_settings.mk 2014-02-21 16:11:02.000000000 +0100
@@ -53,7 +53,3 @@
# Add libforgranbegin if needed.
LINKLIBFLAG += -lgfortranbegin
endif
-ifdef KIM_DYNAMIC
- # Add libdl if dynamic linking is being used
- LINKLIBFLAG += -ldl
-endif