diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-14 14:59:14 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-14 14:59:14 +0000 |
commit | 59b0aa7a7ee327688a77dd5d01d0b2032f6535a2 (patch) | |
tree | 734ec30ae8cf8acb65d94e98001d8947d437db3f /package/x11r7/xdriver_xf86-video-cyrix/xdriver_xf86-video-cyrix-1.1.0-cross-compile.patch | |
parent | be245ad9c75863569add2d4b6a92922c3a680514 (diff) | |
download | buildroot-novena-59b0aa7a7ee327688a77dd5d01d0b2032f6535a2.tar.gz buildroot-novena-59b0aa7a7ee327688a77dd5d01d0b2032f6535a2.zip |
x11r7: update to 7.4
Patch by Dan Lykowski <lykowdk@gmail.com>, closes #181.
Minor fixups for kdrive by me.
Diffstat (limited to 'package/x11r7/xdriver_xf86-video-cyrix/xdriver_xf86-video-cyrix-1.1.0-cross-compile.patch')
-rw-r--r-- | package/x11r7/xdriver_xf86-video-cyrix/xdriver_xf86-video-cyrix-1.1.0-cross-compile.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/package/x11r7/xdriver_xf86-video-cyrix/xdriver_xf86-video-cyrix-1.1.0-cross-compile.patch b/package/x11r7/xdriver_xf86-video-cyrix/xdriver_xf86-video-cyrix-1.1.0-cross-compile.patch deleted file mode 100644 index 09b371273..000000000 --- a/package/x11r7/xdriver_xf86-video-cyrix/xdriver_xf86-video-cyrix-1.1.0-cross-compile.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/configure 2006-04-07 14:48:07.000000000 -0400 -+++ b/configure 2008-06-23 11:09:35.000000000 -0400 -@@ -20264,28 +20264,8 @@ echo "$as_me: Building with package name - as_ac_File=`echo "ac_cv_file_$prefix/share/X11/sgml/defs.ent" | $as_tr_sh` - echo "$as_me:$LINENO: checking for $prefix/share/X11/sgml/defs.ent" >&5 - echo $ECHO_N "checking for $prefix/share/X11/sgml/defs.ent... $ECHO_C" >&6 --if eval "test \"\${$as_ac_File+set}\" = set"; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- test "$cross_compiling" = yes && -- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 --echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} -- { (exit 1); exit 1; }; } --if test -r "$prefix/share/X11/sgml/defs.ent"; then -- eval "$as_ac_File=yes" --else -- eval "$as_ac_File=no" --fi --fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 --if test `eval echo '${'$as_ac_File'}'` = yes; then -- DEFS_ENT_PATH=$prefix/share/X11/sgml --else - DEFS_ENT_PATH= - --fi -- - - # Extract the first word of "linuxdoc", so it can be a program name with args. - set dummy linuxdoc; ac_word=$2 |