diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-26 19:59:47 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-26 19:59:47 +0000 |
commit | e7e5ac65509328400d457e9f59202373456f474c (patch) | |
tree | d82dea8499cac8fe3747b396f6b4983a1e76be6f /editors/lpe | |
parent | f27143dffb005669a0ba9b066e456750a7ab7837 (diff) | |
download | ports-e7e5ac65509328400d457e9f59202373456f474c.tar.gz ports-e7e5ac65509328400d457e9f59202373456f474c.zip |
Notes
Diffstat (limited to 'editors/lpe')
-rw-r--r-- | editors/lpe/files/patch-ac | 10 | ||||
-rw-r--r-- | editors/lpe/files/patch-ae | 22 | ||||
-rw-r--r-- | editors/lpe/files/patch-src_Makefile.in | 14 |
3 files changed, 14 insertions, 32 deletions
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 <dirent.h> - #include <unistd.h> - #include <sys/stat.h> -+#include <sys/syslimits.h> - - #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 |