diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-03 14:54:23 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-03 14:54:23 +0000 |
commit | 130d33bc83191a8aa8977a596cf63cc19e4aa50d (patch) | |
tree | 36ca8f34027bbef6a8bd8506313fb8aa36e54ac0 /print/lyx16/files | |
parent | Add peacock, an HTML editor (not WYSIWYG) for GTK/GNOME, similar (diff) |
- upgrade to 1.1.4.3 (patch-1.1.4fix3)
- use shared intl.1 instead of supplied static library
PR: ports/17267, ports/17268
Diffstat (limited to 'print/lyx16/files')
-rw-r--r-- | print/lyx16/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/lyx16/files/patch-ab b/print/lyx16/files/patch-ab new file mode 100644 index 000000000000..3e3ecce8853e --- /dev/null +++ b/print/lyx16/files/patch-ab @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Mon Jan 17 21:04:28 2000 ++++ po/Makefile.in.in Tue May 2 21:53:41 2000 +@@ -19,7 +19,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po + subdir = po |