diff options
Diffstat (limited to 'app-office/lyx/files/lyx-1.4.0-gentoo.patch')
-rw-r--r-- | app-office/lyx/files/lyx-1.4.0-gentoo.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-office/lyx/files/lyx-1.4.0-gentoo.patch b/app-office/lyx/files/lyx-1.4.0-gentoo.patch deleted file mode 100644 index e1051de8af1b..000000000000 --- a/app-office/lyx/files/lyx-1.4.0-gentoo.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -urN lyx-1.4.0.orig/lib/configure lyx-1.4.0/lib/configure ---- lyx-1.4.0.orig/lib/configure 2006-03-07 00:49:49.000000000 +0100 -+++ lyx-1.4.0/lib/configure 2006-03-28 22:52:22.000000000 +0200 -@@ -1193,7 +1193,7 @@ - echo $ac_n "checking for a spellchecker""... $ac_c" - echo "$ac_t""" - prog= --for ac_prog in ispell -+for ac_prog in aspell - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog ; ac_word=$2 -@@ -1634,7 +1634,7 @@ - fi ;; - esac - done > chklayouts.tex -- ${LATEX} wrap_chkconfig.ltx 2>/dev/null | grep '^\+' -+ ${LATEX} --no-mktex=tfm wrap_chkconfig.ltx 2>/dev/null | grep '^\+' - eval `cat chkconfig.vars | sed 's/-/_/g'` - test -n "${rmcopy}" && rm -f chkconfig.ltx - fi -@@ -1999,6 +1999,11 @@ - - $rc_entries - \\font_encoding "$chk_fontenc" -+ -+# Gentoo systems have TrueType fonts available, use them by default -+\\screen_font_roman "Times New Roman" -+\\screen_font_sans "Verdana" -+\\screen_font_typewriter "Courier New" - \\tex_allows_spaces $tex_allows_spaces - EOF - |