diff options
Diffstat (limited to 'chinese/ttfm/files/patch-aa')
-rw-r--r-- | chinese/ttfm/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/ttfm/files/patch-aa b/chinese/ttfm/files/patch-aa new file mode 100644 index 000000000000..be303956d814 --- /dev/null +++ b/chinese/ttfm/files/patch-aa @@ -0,0 +1,11 @@ +--- modules/abiword.ttfm.orig Sun Sep 16 03:20:44 2001 ++++ modules/abiword.ttfm Sun Sep 16 03:21:13 2001 +@@ -41,7 +41,7 @@ + export X11BASE; X11BASE=/usr/X11R6 + export PATH; PATH=/bin:/sbin:/usr/bin:/usr/sbin:$PREFIX/bin:$PREFIX/sbin:$X11BASE/bin + export TEMPFILE; TEMPFILE="`mktemp /tmp/ttfm.tmpXXX`" +-export ABIFontPath; ABIFontPath=$PREFIX/AbiSuite/fonts ++export ABIFontPath; ABIFontPath=$PREFIX/share/AbiSuite/fonts + export DefaultFontPath; DefaultFontPath=$PREFIX/share/fonts/TrueType + export TTFM; TTFM=$PREFIX/bin/ttfm.sh + export XTTFFONTPATH; XTTFFONTPATH="$X11BASE/lib/X11/fonts/TrueType" |