diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-05-13 00:22:29 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:22:29 +0200 |
commit | 1e20692fda8316b69198ebb15dbb5f5afbaf3928 (patch) | |
tree | 3adf995c47d28802f6eddaef9fe63eedeb07af2b /desktop/cmatrix/cmatrix-1.2a-find_fonts.diff | |
parent | 4b1a580648754804ba7fdf573bd4bc410d545829 (diff) | |
download | slackbuilds-1e20692fda8316b69198ebb15dbb5f5afbaf3928.tar.gz |
desktop/cmatrix: Updated for version 1.2a
Diffstat (limited to 'desktop/cmatrix/cmatrix-1.2a-find_fonts.diff')
-rw-r--r-- | desktop/cmatrix/cmatrix-1.2a-find_fonts.diff | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/desktop/cmatrix/cmatrix-1.2a-find_fonts.diff b/desktop/cmatrix/cmatrix-1.2a-find_fonts.diff new file mode 100644 index 0000000000..429b48701f --- /dev/null +++ b/desktop/cmatrix/cmatrix-1.2a-find_fonts.diff @@ -0,0 +1,67 @@ +diff -Nur cmatrix-1.2a.orig/configure cmatrix-1.2a/configure +--- cmatrix-1.2a.orig/configure 2002-03-31 19:17:59.000000000 -0600 ++++ cmatrix-1.2a/configure 2009-09-06 23:43:05.089753804 -0500 +@@ -1876,7 +1876,7 @@ + if test x$CONSOLECHARS != x -o x$CONSOLECHARS != x'"$CONSOLECHARS"'; then + if test x$SETFONT != x -o x$SETFONT != x'"$SETFONT"'; then + +- for ac_file in /usr/lib/kbd/consolefonts /usr/share/consolefonts ++ for ac_file in /usr/lib/kbd/consolefonts /usr/share/consolefonts /usr/share/kbd/consolefonts + do + + ac_safe=`echo "$ac_file" | sed 'y%./+-%__p_%'` +@@ -1911,15 +1911,17 @@ + + if test "x$ac_cv_file__usr_lib_kbd_consolefonts" = "xno"; then + if test "x$ac_cv_file__usr_share_consolefonts" = "xno"; then +- echo "configure: warning: ++ if test "x$ac_cv_file__usr_share_kbd_consolefonts" = "xno"; then ++ echo "configure: warning: + + *** You do not appear to have a consolefonts directory in a standard location +-*** (/usr/lib/kbd or /usr/share), even though you appear to have the ++*** (/usr/lib/kbd or /usr/share/kbd or /usr/share), even though you appear to have the + *** consolechars and/or setfont command. The matrix font for the console + *** will not be installed. This means you will not be able to use the + *** matrix console font (and the -l command line switch) unless the font + *** is located in your current directory when you run CMatrix. + " 1>&2 ++ fi + fi + fi + fi +@@ -1962,7 +1964,7 @@ + echo "$ac_t""no" 1>&6 + fi + +-for ac_file in /usr/lib/X11/fonts/misc /usr/X11R6/lib/X11/fonts/misc ++for ac_file in /usr/lib/X11/fonts/misc /usr/X11R6/lib/X11/fonts/misc /usr/share/fonts/misc + do + + ac_safe=`echo "$ac_file" | sed 'y%./+-%__p_%'` +@@ -1997,17 +1999,19 @@ + + if test "x$ac_cv_file__usr_lib_X11_fonts_misc" = "xno"; then + if test "x$ac_cv_file__usr_X11R6_lib_X11_fonts_misc" = "xno"; then +- echo "configure: warning: ++ if test "x$ac_cv_file__usr_share_fonts_misc" = "xno"; then ++ echo "configure: warning: + + *** You do not appear to have an X window fonts directory in the standard +-*** locations (/usr/lib/X11/fonts/misc or /usr/X11R6/lib/X11/fonts/misc). The +-*** mtx.pcf font will not be installed. This means you will probably not +-*** be able to use the mtx fonts in your x terminals, and hence be unable +-*** to use the -x command line switch. Sorry about that... ++*** locations (/usr/lib/X11/fonts/misc or /usr/X11R6/lib/X11/fonts/misc or ++*** /usr/share/fonts/misc). The mtx.pcf font will not be installed. This ++*** means you will probably not be able to use the mtx fonts in your x ++*** terminals, and hence be unable to use the -x command line switch. ++*** Sorry about that... + " 1>&2 + fi + fi +- ++fi + + LIBS="$LIBS $CURSES_LIB" + # Check whether --enable-debug or --disable-debug was given. |