summaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-cli::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'math/gretl/files/patch-cli::Makefile.in')
-rw-r--r--math/gretl/files/patch-cli::Makefile.in38
1 files changed, 0 insertions, 38 deletions
diff --git a/math/gretl/files/patch-cli::Makefile.in b/math/gretl/files/patch-cli::Makefile.in
deleted file mode 100644
index b873bef50c5d..000000000000
--- a/math/gretl/files/patch-cli::Makefile.in
+++ /dev/null
@@ -1,38 +0,0 @@
---- cli/Makefile.in.orig Sun Jun 29 04:06:18 2003
-+++ cli/Makefile.in Fri Jul 25 20:49:23 2003
-@@ -9,12 +9,16 @@
- exec_prefix = @exec_prefix@
- bindir = @bindir@
- datadir = @datadir@
--localedir = $(datadir)/locale
-+localedir = $(prefix)/share/locale
-
- have_readline = @have_readline@
- READLINE_LIBS = @READLINE_LIBS@
- READLINE_CFLAGS = @READLINE_CFLAGS@
-
-+CPPFLAGS = @CPPFLAGS@
-+LDFLAGS = @LDFLAGS@
-+INTL_LIBS = @LTLIBINTL@
-+
- ifeq ($(CC),)
- CC = gcc
- endif
-@@ -39,7 +43,7 @@
-
- DEFS = -DLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H
-
--override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(READLINE_CFLAGS) $(DEFS)
-+override CFLAGS += -I.. -I$(topsrc) -I$(libsrc) $(READLINE_CFLAGS) $(DEFS) $(CPPFLAGS)
-
- CLI = gretlcli
- LIBTOOL = ../libtool
-@@ -49,7 +53,7 @@
- $(CC) -MM -MG -I$(libsrc) $(DEFS) $< >$*.d 2>/dev/null
-
- $(CLI): $(OBJS)
-- ../libtool --mode=link $(CC) -o $@ $^ $(GRETLLIB) $(READLINE_LIBS)
-+ ../libtool --mode=link $(CC) -o $@ $^ $(GRETLLIB) $(READLINE_LIBS) $(INTL_LIBS) $(LDFLAGS)
-
- -include gretlcli.d
-