diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
commit | 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch) | |
tree | ad3f495c08f0cc331b6958d319f699d021175c19 /math/gretl/files/patch-plugin::Makefile.in | |
parent | Fix plist problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'.release/5.4.0
Diffstat (limited to 'math/gretl/files/patch-plugin::Makefile.in')
-rw-r--r-- | math/gretl/files/patch-plugin::Makefile.in | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/math/gretl/files/patch-plugin::Makefile.in b/math/gretl/files/patch-plugin::Makefile.in deleted file mode 100644 index b2043c0e7495..000000000000 --- a/math/gretl/files/patch-plugin::Makefile.in +++ /dev/null @@ -1,37 +0,0 @@ ---- plugin/Makefile.in.orig Wed Oct 20 00:55:16 2004 -+++ plugin/Makefile.in Thu Nov 18 20:24:54 2004 -@@ -8,6 +8,10 @@ - INSTALL = @INSTALL@ - LN = @LN_S@ - -+CPPFLAGS = @CPPFLAGS@ -+LDFLAGS = @LDFLAGS@ -+INTL_LIBS = @LTLIBINTL@ -+ - have_gtk = @have_gtk@ - have_gmp = @have_gmp@ - -@@ -96,7 +100,7 @@ - URCDATA = $(topsrc)/plugin/data/urcdata.gz - - override CFLAGS += $(GRETLINC) $(GTK_CFLAGS) $(GMP_CFLAGS) $(XML_CFLAGS) \ -- $(LIBOLE2_CFLAGS) $(AUDIO_CFLAGS) -I. $(GMPDEF) -+ $(LIBOLE2_CFLAGS) $(AUDIO_CFLAGS) -I. $(GMPDEF) $(CPPFLAGS) - - %.lo: %.c - $(COMPILE) $< -@@ -181,12 +185,12 @@ - .PHONY: - - install: $(GRETLLIB) $(PLUGINS) $(URCDATA) installdirs -- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) \ -+ $(LIBTOOL) --mode=install $(INSTALL_DATA) \ - $(PLUGINS) $(plugindir) - $(INSTALL_DATA) $(URCDATA) $(plugindir)/data - - install-strip: $(GRETLLIB) $(PLUGINS) installdirs -- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s \ -+ $(LIBTOOL) --mode=install $(INSTALL_DATA) -s \ - $(PLUGINS) $(plugindir) - - installdirs: |