From e7e5ac65509328400d457e9f59202373456f474c Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 26 Jan 2001 19:59:47 +0000 Subject: OOPS, forgot to add/remove patches in my previous commit (update to 1.2.5 and cleanups). --- editors/lpe/files/patch-ac | 10 ---------- editors/lpe/files/patch-ae | 22 ---------------------- editors/lpe/files/patch-src_Makefile.in | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 32 deletions(-) delete mode 100644 editors/lpe/files/patch-ac delete mode 100644 editors/lpe/files/patch-ae create mode 100644 editors/lpe/files/patch-src_Makefile.in (limited to 'editors/lpe') diff --git a/editors/lpe/files/patch-ac b/editors/lpe/files/patch-ac deleted file mode 100644 index af761effbdf9..000000000000 --- a/editors/lpe/files/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ ---- minibuf.c.orig Sat Apr 24 15:33:25 1999 -+++ minibuf.c Thu Jun 17 22:46:21 1999 -@@ -15,6 +15,7 @@ - #include - #include - #include -+#include - - #include "lpe.h" - #include "input.h" diff --git a/editors/lpe/files/patch-ae b/editors/lpe/files/patch-ae deleted file mode 100644 index 9186e41dbd73..000000000000 --- a/editors/lpe/files/patch-ae +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig Sat Jul 3 21:33:57 1999 -+++ Makefile.in Fri Sep 17 17:59:58 1999 -@@ -108,8 +108,8 @@ - lpe_LDADD = @INTLLIBS@ @INTLOBJS@ @DL_LIB@ @SLANG_LIB@ - lpe_LDFLAGS = @lpe_LDFLAGS@ - lpe_DEPENDENCIES = @lpe_DEPS@ @INTLDEPS@ --@USE_INCLUDED_LIBINTL_TRUE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/@DATADIRNAME@\" -I$(top_srcdir)/intl --@USE_INCLUDED_LIBINTL_FALSE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -+@USE_INCLUDED_LIBINTL_TRUE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/@DATADIRNAME@\" -I$(top_srcdir)/intl -I@includedir@ -+@USE_INCLUDED_LIBINTL_FALSE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -I@includedir@ - - liblpedir = $(libdir)/lpe - -@@ -650,7 +650,7 @@ - install-data-hook: - list="@MODES@" ; \ - for mode in $$list; do \ -- ( cd $(DESTDIR)$(liblpedir) ; source $$mode ; \ -+ ( . $(srcdir)/$$mode ; cd $(DESTDIR)$(liblpedir) ; \ - newname="`echo $$mode | sed -e 's/lib\(.*\)\.la/\1.so/'`" ; \ - test -f $$newname && rm -f $$newname ; \ - ln -s $$dlname $$newname ) ; \ diff --git a/editors/lpe/files/patch-src_Makefile.in b/editors/lpe/files/patch-src_Makefile.in new file mode 100644 index 000000000000..0a02b3616ad5 --- /dev/null +++ b/editors/lpe/files/patch-src_Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/Makefile.in 2001/01/26 18:52:53 1.1 ++++ src/Makefile.in 2001/01/26 18:53:41 +@@ -112,7 +112,7 @@ + lpe_LDFLAGS = @lpe_LDFLAGS@ + lpe_DEPENDENCIES = @lpe_DEPS@ @INTLDEPS@ + @USE_INCLUDED_LIBINTL_TRUE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/@DATADIRNAME@\" -I$(top_srcdir)/intl +-@USE_INCLUDED_LIBINTL_FALSE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" ++@USE_INCLUDED_LIBINTL_FALSE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" @CPPFLAGS@ + + EXTRA_DIST = templ.c templ.h + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -- cgit v1.2.3