aboutsummaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-lib__Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'math/gretl/files/patch-lib__Makefile.in')
-rw-r--r--math/gretl/files/patch-lib__Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gretl/files/patch-lib__Makefile.in b/math/gretl/files/patch-lib__Makefile.in
new file mode 100644
index 000000000000..3c88d3c6119c
--- /dev/null
+++ b/math/gretl/files/patch-lib__Makefile.in
@@ -0,0 +1,11 @@
+--- lib/Makefile.in.orig 2013-08-16 13:12:54.000000000 -0400
++++ lib/Makefile.in 2013-11-18 21:43:54.000000000 -0500
+@@ -70,7 +70,7 @@
+
+ LIBGRETL = libgretl-1.0.la
+
+-LIBS = $(LAPACK_LIBS) -lm -ldl -lz $(XML_LIBS) \
++LIBS = $(LAPACK_LIBS) -lm -lz $(XML_LIBS) \
+ $(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS) $(CURL_LIBS) $(GSF_LIBS)
+
+ #### End of system configuration section. ####