diff options
Diffstat (limited to 'math/gretl/files/patch-lib::Makefile.in')
-rw-r--r-- | math/gretl/files/patch-lib::Makefile.in | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in deleted file mode 100644 index 01d5373abae3..000000000000 --- a/math/gretl/files/patch-lib::Makefile.in +++ /dev/null @@ -1,56 +0,0 @@ ---- lib/Makefile.in.orig Tue May 23 18:27:51 2006 -+++ lib/Makefile.in Sun Oct 8 02:07:54 2006 -@@ -22,6 +22,11 @@ - - have_gtk = @have_gtk@ - -+datadir = @datadir@ -+CPPFLAGS = @CPPFLAGS@ -DDATADIR=\"$(datadir)\" -+LDFLAGS = @LDFLAGS@ -+INTL_LIBS = @LTLIBINTL@ -+ - ifeq ($(INSTALL_PROGRAM),) - INSTALL_PROGRAM = $(INSTALL) -m 755 - endif -@@ -36,7 +41,7 @@ - libdir = $(prefix)/lib - includedir = $(prefix)/include/gretl - aclocaldir = $(prefix)/share/aclocal --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - INSTALLDIRS = $(libdir) $(includedir) $(aclocaldir) - -@@ -52,8 +57,8 @@ - - # hard-coded -L/usr/local/lib is a bodge!! - --LIBS = $(LAPACK_LIBS) -lm -ldl -L/usr/local/lib -lz $(XML_LIBS) \ -- $(GLIB_LIBS) $(GMP_LIBS) -+LIBS = $(LAPACK_LIBS) -lm -lz $(XML_LIBS) \ -+ $(GLIB_LIBS) $(GMP_LIBS) $(INTL_LIBS) - - #### End of system configuration section. #### - -@@ -187,10 +192,10 @@ - LOBJS = $(SRCS:.c=.lo) - AUX_LOBJ = $(CEPHES_SRC:.c=.lo) $(MINPACK_SRC:.c=.lo) - --LIBTOOL = ../libtool -+LIBTOOL = @LIBTOOL@ - - override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(XML_CFLAGS) $(GLIB_CFLAGS) \ -- $(GMP_CFLAGS) -DHAVE_CONFIG_H -+ $(GMP_CFLAGS) -DHAVE_CONFIG_H $(CPPFLAGS) - - COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) - -@@ -199,7 +204,7 @@ - $(CC) $(CFLAGS) -MM -MT $*.lo $< > .deps/$*.d - - $(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ) -- $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \ -+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(LOBJS) $(AUX_LOBJ) \ - -rpath $(prefix)/lib $(LIBS) \ - -version-info $(CURRENT):$(REVISION):$(AGE) - |