diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-04 18:35:32 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-04 18:35:32 +0000 |
commit | c4c8c4061fadecb30a0858888019881aee11cc0c (patch) | |
tree | f0b2a63c53b873a08ff3933034d9b8e07f50a97c /editors/lpe/files | |
parent | 82655d6ddbdcc0fa8ef7231581ccd6a142250fc7 (diff) |
Notes
Diffstat (limited to 'editors/lpe/files')
-rw-r--r-- | editors/lpe/files/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/lpe/files/patch-ae b/editors/lpe/files/patch-ae new file mode 100644 index 000000000000..999555337905 --- /dev/null +++ b/editors/lpe/files/patch-ae @@ -0,0 +1,13 @@ +--- Makefile.in.orig Sat Jul 3 19:33:57 1999 ++++ Makefile.in Mon Jul 5 10:28:35 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 + |