diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-09 17:05:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-09 17:05:45 +0800 |
commit | 4cf84bfd1934d3299e4c78066d4268f50a06b5b1 (patch) | |
tree | 17bca76168d8b1f28da20c5a5cceed1141853781 /math/gretl/files | |
parent | 2805a39719361e66268cda8ab33de5cfd9d9e546 (diff) | |
download | freebsd-ports-gnome-4cf84bfd1934d3299e4c78066d4268f50a06b5b1.tar.gz freebsd-ports-gnome-4cf84bfd1934d3299e4c78066d4268f50a06b5b1.tar.zst freebsd-ports-gnome-4cf84bfd1934d3299e4c78066d4268f50a06b5b1.zip |
- Update to 1.8.1
PR: 136479
Submitted by: Ports Fury
Diffstat (limited to 'math/gretl/files')
-rw-r--r-- | math/gretl/files/patch-lib::Makefile.in | 16 |
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) |