From 01a9f79f0a3692d8148990805beabc8593d3596d Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 18 Apr 2001 21:37:32 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'. --- editors/abiword-devel/files/patch-au | 45 ------------------------------------ 1 file changed, 45 deletions(-) delete mode 100644 editors/abiword-devel/files/patch-au (limited to 'editors/abiword-devel/files/patch-au') diff --git a/editors/abiword-devel/files/patch-au b/editors/abiword-devel/files/patch-au deleted file mode 100644 index f5d1dce6b631..000000000000 --- a/editors/abiword-devel/files/patch-au +++ /dev/null @@ -1,45 +0,0 @@ ---- pkg/common/unix/scripts/makewrapper.sh.orig Tue Oct 10 08:39:31 2000 -+++ pkg/common/unix/scripts/makewrapper.sh Wed Jan 3 13:56:49 2001 -@@ -64,23 +64,31 @@ - if [ -z \$locale ] - then - locale=\$LANG -+elif [ -z \$locale ] -+then -+ locale=\$LC_CTYPE - fi - - if [ ! -z \$locale ] - then -- #now guess encoding -+ #now guess country/region/encoding -+ country=\`echo \$locale |sed -e 's/\(.*\)_.*\$/\1/'\` -+ region=\`echo \$locale |sed -e 's/^.*_\(.*\)\..*/\1/'\` - encoding=\`echo \$locale | sed -e 's/^.*\.\(.*\)\$/\1/'\` -- if [ ! -z \$encoding ] -+ if [ ! -z \$country -o ! -z \$region -o ! -z \$encoding ] - then -- addfontdir=\$ABISUITE_FONT_HOME/\$encoding -- if [ ! -z \$addfontdir ] -- then -- if [ -d \$addfontdir ] -- then -- #add directory with locale-specific fonts to font path -- ABISUITE_FONT_PATH=\$ABISUITE_FONT_PATH,\$addfontdir -- fi -- fi -+ addfontdirlst="\$ABISUITE_FONT_HOME/\$country \$ABISUITE_FONT_HOME/\${country}-\${region} \$ABISUITE_FONT_HOME/\$encoding \$ABISUITE_FONT_HOME/\${country}-\${region}.\${encoding}" -+ for addfontdir in \$addfontdirlst -+ do -+ if [ ! -z \$addfontdir ] -+ then -+ if [ -d \$addfontdir -a ! -f \$addfontdir/.already-in-fp ] -+ then -+ #add directory with locale-specific fonts to font path -+ ABISUITE_FONT_PATH=\$ABISUITE_FONT_PATH,\$addfontdir -+ fi -+ fi -+ done - fi - fi - -- cgit v1.2.3