diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-18 20:22:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-18 20:22:12 +0000 |
commit | 628c9ff32cab16ebeebecba6a240c779c1e379b3 (patch) | |
tree | 0ab70045e2466993671c55ac1fcb1efd4c4f2af1 /fonts/encodings/patches | |
parent | f403069405c3bfd2e9ab74943af90a62a3b6dada (diff) | |
download | pkgsrc-628c9ff32cab16ebeebecba6a240c779c1e379b3.tar.gz |
Update to 1.0.2:
Remove the ansi-1251 encoding, it's called microsoft-cp1251.
Simplify some encodings to avoid stating the obvious.
Limit UNDEFINE line to en encoding's declared SIZE (bug 1248).
This is not needed with libfontenc (used by the X server and mkfontscale),
which will ignore out-of-range entries, but apparently caused ttmkfdir to
crash. Thanks to Donnie Berkholtz.
Diffstat (limited to 'fonts/encodings/patches')
-rw-r--r-- | fonts/encodings/patches/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fonts/encodings/patches/patch-aa b/fonts/encodings/patches/patch-aa new file mode 100644 index 00000000000..b4e612df29d --- /dev/null +++ b/fonts/encodings/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1 2007/03/18 20:22:12 wiz Exp $ + +--- configure.orig 2006-11-08 13:43:01.000000000 +0000 ++++ configure +@@ -1963,10 +1963,10 @@ AMSHOWCMDSAT='' + AMDEPSHOWCMDSAT='' + AMPRETTYECHO=true + AMCMDECHO=echo +-if test "x$enable_pretty_cmds" == xyes; ++if test "x$enable_pretty_cmds" = xyes; + then + AMSHOWCMDSAT='@' +- test x$enable_dependency_tracking == xno && AMDEPSHOWCMDSAT='@' ++ test x$enable_dependency_tracking = xno && AMDEPSHOWCMDSAT='@' + AMPRETTYECHO=echo + AMCMDECHO=true + LT_QUIET='--quiet' |