opnsense-ports/science/openkim/files/patch-KIM_API__GNU_compiler_settings.mk
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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