summaryrefslogtreecommitdiff
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.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in
index f7d9a73615ea..161a40e2d7d0 100644
--- a/math/gretl/files/patch-lib::Makefile.in
+++ b/math/gretl/files/patch-lib::Makefile.in
@@ -1,6 +1,6 @@
---- 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 @@
+--- lib/Makefile.in.orig 2009-07-06 13:24:20.000000000 +0900
++++ lib/Makefile.in 2009-08-07 00:39:12.000000000 +0900
+@@ -27,6 +27,10 @@
have_gtk = @have_gtk@
@@ -11,7 +11,7 @@
ifeq ($(INSTALL_PROGRAM),)
INSTALL_PROGRAM = $(INSTALL) -m 755
endif
-@@ -39,7 +43,7 @@
+@@ -41,7 +45,7 @@
libdir = $(prefix)/lib
includedir = $(prefix)/include/gretl
aclocaldir = $(prefix)/share/aclocal
@@ -20,18 +20,18 @@
INSTALLDIRS = $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(aclocaldir)
-@@ -53,8 +57,8 @@
+@@ -54,8 +58,8 @@
INSTALL_CFG = install-cfg-old
endif
-LIBS = $(LAPACK_LIBS) -lm -ldl -lz $(XML_LIBS) \
-- $(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS)
+- $(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS) $(RLIB_LIBS)
+LIBS = $(LAPACK_LIBS) -lm -lz $(XML_LIBS) \
-+ $(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS) $(INTL_LIBS)
++ $(GLIB_LIBS) $(GMP_LIBS) $(FFTW_LIBS) $(RLIB_LIBS) $(INTL_LIBS)
#### End of system configuration section. ####
-@@ -219,10 +223,10 @@
+@@ -224,10 +228,10 @@
LOBJS = $(SRCS:.c=.lo)
AUX_LOBJ = $(CEPHES_SRC:.c=.lo) $(MINPACK_SRC:.c=.lo)
@@ -39,12 +39,12 @@
+LIBTOOL = @LIBTOOL@
override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(XML_CFLAGS) $(GLIB_CFLAGS) \
-- $(GMP_CFLAGS) $(FFTW_CFLAGS) -DHAVE_CONFIG_H
-+ $(GMP_CFLAGS) $(FFTW_CFLAGS) $(CPPFLAGS) -DHAVE_CONFIG_H
+- $(GMP_CFLAGS) $(FFTW_CFLAGS) $(RLIB_CFLAGS) -DHAVE_CONFIG_H
++ $(GMP_CFLAGS) $(FFTW_CFLAGS) $(RLIB_CFLAGS) $(CPPFLAGS) -DHAVE_CONFIG_H
COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS)
-@@ -231,7 +235,7 @@
+@@ -236,7 +240,7 @@
$(CC) $(CFLAGS) -MM -MT $*.lo $< > .deps/$*.d
$(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ)