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/files/patch-ae | |
| parent | f27143dffb005669a0ba9b066e456750a7ab7837 (diff) | |
OOPS, forgot to add/remove patches in my previous commit (update to 1.2.5 and
cleanups).
Diffstat (limited to 'editors/lpe/files/patch-ae')
| -rw-r--r-- | editors/lpe/files/patch-ae | 22 |
1 files changed, 0 insertions, 22 deletions
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 ) ; \ |
