diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /math/gretl/files/patch-lib__Makefile.in | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'math/gretl/files/patch-lib__Makefile.in')
-rw-r--r-- | math/gretl/files/patch-lib__Makefile.in | 11 |
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. #### |