aboutsummaryrefslogtreecommitdiff
path: root/math/gretl/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-09 09:05:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-09 09:05:45 +0000
commite4fbd02a71fb5c4a0eb674e52eee9d1f1d1e85a3 (patch)
treeca25e961497be548d850ec28a49724c8530d3ebd /math/gretl/files
parente84f8848773c7a2056eaf02030773d2ec64ab12b (diff)
downloadports-e4fbd02a71fb5c4a0eb674e52eee9d1f1d1e85a3.tar.gz
ports-e4fbd02a71fb5c4a0eb674e52eee9d1f1d1e85a3.zip
- Update to 1.8.1
PR: 136479 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=237496
Diffstat (limited to 'math/gretl/files')
-rw-r--r--math/gretl/files/patch-lib::Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in
index ec3a4552aa81..f7d9a73615ea 100644
--- a/math/gretl/files/patch-lib::Makefile.in
+++ b/math/gretl/files/patch-lib::Makefile.in
@@ -1,5 +1,5 @@
---- lib/Makefile.in.orig 2008-05-25 10:40:28.000000000 +0900
-+++ lib/Makefile.in 2008-06-18 16:15:55.000000000 +0900
+--- lib/Makefile.in.orig 2009-05-06 23:33:33.000000000 +0900
++++ lib/Makefile.in 2009-07-08 01:12:18.000000000 +0900
@@ -25,6 +25,10 @@
have_gtk = @have_gtk@
@@ -20,18 +20,18 @@
INSTALLDIRS = $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(aclocaldir)
-@@ -55,8 +59,8 @@
-
- # hard-coded -L/usr/local/lib is a bodge!!
+@@ -53,8 +57,8 @@
+ INSTALL_CFG = install-cfg-old
+ endif
--LIBS = $(LAPACK_LIBS) -lm -ldl -L/usr/local/lib -lz $(XML_LIBS) \
+-LIBS = $(LAPACK_LIBS) -lm -ldl -lz $(XML_LIBS) \
- $(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS)
+LIBS = $(LAPACK_LIBS) -lm -lz $(XML_LIBS) \
+ $(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS) $(INTL_LIBS)
#### End of system configuration section. ####
-@@ -215,10 +219,10 @@
+@@ -219,10 +223,10 @@
LOBJS = $(SRCS:.c=.lo)
AUX_LOBJ = $(CEPHES_SRC:.c=.lo) $(MINPACK_SRC:.c=.lo)
@@ -44,7 +44,7 @@
COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS)
-@@ -227,7 +231,7 @@
+@@ -231,7 +235,7 @@
$(CC) $(CFLAGS) -MM -MT $*.lo $< > .deps/$*.d
$(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ)