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.in19
1 files changed, 9 insertions, 10 deletions
diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in
index f193e4b1000f..ec3a4552aa81 100644
--- a/math/gretl/files/patch-lib::Makefile.in
+++ b/math/gretl/files/patch-lib::Makefile.in
@@ -1,27 +1,26 @@
---- lib/Makefile.in.orig Mon Apr 16 10:13:11 2007
-+++ lib/Makefile.in Mon May 21 16:10:51 2007
-@@ -25,6 +25,11 @@
+--- lib/Makefile.in.orig 2008-05-25 10:40:28.000000000 +0900
++++ lib/Makefile.in 2008-06-18 16:15:55.000000000 +0900
+@@ -25,6 +25,10 @@
have_gtk = @have_gtk@
-+datadir = @datadir@
-+CPPFLAGS = @CPPFLAGS@ -DDATADIR=\"$(datadir)\"
++CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+INTL_LIBS = @LTLIBINTL@
+
ifeq ($(INSTALL_PROGRAM),)
INSTALL_PROGRAM = $(INSTALL) -m 755
endif
-@@ -39,7 +44,7 @@
+@@ -39,7 +43,7 @@
libdir = $(prefix)/lib
includedir = $(prefix)/include/gretl
aclocaldir = $(prefix)/share/aclocal
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
- INSTALLDIRS = $(libdir) $(includedir) $(aclocaldir)
+ INSTALLDIRS = $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(aclocaldir)
-@@ -55,8 +60,8 @@
+@@ -55,8 +59,8 @@
# hard-coded -L/usr/local/lib is a bodge!!
@@ -32,7 +31,7 @@
#### End of system configuration section. ####
-@@ -204,10 +209,10 @@
+@@ -215,10 +219,10 @@
LOBJS = $(SRCS:.c=.lo)
AUX_LOBJ = $(CEPHES_SRC:.c=.lo) $(MINPACK_SRC:.c=.lo)
@@ -45,7 +44,7 @@
COMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS)
-@@ -216,7 +221,7 @@
+@@ -227,7 +231,7 @@
$(CC) $(CFLAGS) -MM -MT $*.lo $< > .deps/$*.d
$(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ)