diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
commit | 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch) | |
tree | 22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /math/gretl/files/patch-lib::Makefile.in | |
parent | Now buildable on 4.x, still broken on >= 5.x. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'math/gretl/files/patch-lib::Makefile.in')
-rw-r--r-- | math/gretl/files/patch-lib::Makefile.in | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in deleted file mode 100644 index 32c0d8ddd963..000000000000 --- a/math/gretl/files/patch-lib::Makefile.in +++ /dev/null @@ -1,52 +0,0 @@ ---- lib/Makefile.in.orig Mon Nov 1 01:05:09 2004 -+++ lib/Makefile.in Thu Nov 18 20:25:22 2004 -@@ -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,8 +53,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. #### - -@@ -115,7 +120,7 @@ - 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) - -@@ -125,7 +130,7 @@ - - $(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ) - $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \ -- -rpath $(prefix)/lib $(LIBS) -version-info 0:23:0 -+ -rpath $(prefix)/lib $(LIBS) -version-info 0:23:0 $(LDFLAGS) - - .deps: - mkdir $@ |