diff options
Diffstat (limited to 'math/gretl/files/patch-lib::Makefile.in')
-rw-r--r-- | math/gretl/files/patch-lib::Makefile.in | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in deleted file mode 100644 index b373a98636f2..000000000000 --- a/math/gretl/files/patch-lib::Makefile.in +++ /dev/null @@ -1,50 +0,0 @@ ---- lib/Makefile.in.orig Tue Sep 9 21:46:20 2003 -+++ lib/Makefile.in Wed Sep 10 14:28:33 2003 -@@ -18,6 +18,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 -@@ -32,7 +37,7 @@ - libdir = $(prefix)/lib - includedir = $(prefix)/include/gretl - aclocaldir = $(prefix)/share/aclocal --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - INSTALLDIRS = $(libdir) $(includedir) $(aclocaldir) - -@@ -48,7 +53,7 @@ - - # 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. #### - -@@ -76,7 +81,7 @@ - - LIBTOOL = ../libtool - --override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(XML_CFLAGS) $(GLIB_CFLAGS) $(GMP_CFLAGS) -DHAVE_CONFIG_H -+override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(XML_CFLAGS) $(GLIB_CFLAGS) $(GMP_CFLAGS) -DHAVE_CONFIG_H $(CPPFLAGS) - - COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) - -@@ -86,7 +91,7 @@ - - $(LIBGRETL): $(LOBJS) $(AUX_LOBJ) - $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \ -- -rpath $(prefix)/lib $(LIBS) -version-info 0:11:0 -+ -rpath $(prefix)/lib $(LIBS) -version-info 0:11:0 $(LDFLAGS) - - -include $(LOBJS:.lo=.d) - |