Dash:
[t2.git] / package / x11 / rivatv / disable-configure-checks.patch
blob110139943f43ab46265f35618ac3ac22eaddd3f6
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../rivatv/disable-configure-checks.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
16 --- rivatv-0.8.6/configure.orig 2005-07-23 19:26:32.862196560 +0200
17 +++ rivatv-0.8.6/configure 2005-07-23 19:30:08.645392528 +0200
18 @@ -222,15 +222,15 @@
20 echo -n "Checking for /proc... "
22 -if test -n "`/bin/mount | grep \"type proc\"`"; then
23 +#if test -n "`/bin/mount | grep \"type proc\"`"; then
24 echo "yes"
25 -else
26 - echo "no"
27 - echo "*** ERROR:"
28 - echo "*** proc-fs is needed for testing"
29 - echo "*** We recommend you enable proc-fs in your kernel"
30 - exit 1
31 -fi
32 +#else
33 +# echo "no"
34 +# echo "*** ERROR:"
35 +# echo "*** proc-fs is needed for testing"
36 +# echo "*** We recommend you enable proc-fs in your kernel"
37 +# exit 1
38 +#fi
40 echo -n "Checking for kernel gcc... "
42 @@ -243,7 +243,6 @@
43 echo "*** If you are going to use the running kernel (compiled with"
44 echo "*** gcc version $kgcc) with RivaTV (will be compiled"
45 echo "*** with gcc version $bgcc) you may experience system crashes."
46 - WARNINGS=`expr $WARNINGS + 1`
49 # Check for write access to kernel sources