|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
#
|
|
|
|
# Filename: package/.../rivatv/disable-configure-checks.patch
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
|
|
|
#
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
#
|
|
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
|
|
# of the GNU General Public License as published by the Free Software
|
|
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
|
|
# version.
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
--- rivatv-0.8.6/configure.orig 2005-07-23 19:26:32.862196560 +0200
|
|
|
|
+++ rivatv-0.8.6/configure 2005-07-23 19:30:08.645392528 +0200
|
|
|
|
@@ -222,15 +222,15 @@
|
|
|
|
|
|
|
|
echo -n "Checking for /proc... "
|
|
|
|
|
|
|
|
-if test -n "`/bin/mount | grep \"type proc\"`"; then
|
|
|
|
+#if test -n "`/bin/mount | grep \"type proc\"`"; then
|
|
|
|
echo "yes"
|
|
|
|
-else
|
|
|
|
- echo "no"
|
|
|
|
- echo "*** ERROR:"
|
|
|
|
- echo "*** proc-fs is needed for testing"
|
|
|
|
- echo "*** We recommend you enable proc-fs in your kernel"
|
|
|
|
- exit 1
|
|
|
|
-fi
|
|
|
|
+#else
|
|
|
|
+# echo "no"
|
|
|
|
+# echo "*** ERROR:"
|
|
|
|
+# echo "*** proc-fs is needed for testing"
|
|
|
|
+# echo "*** We recommend you enable proc-fs in your kernel"
|
|
|
|
+# exit 1
|
|
|
|
+#fi
|
|
|
|
|
|
|
|
echo -n "Checking for kernel gcc... "
|
|
|
|
|
|
|
|
@@ -243,7 +243,6 @@
|
|
|
|
echo "*** If you are going to use the running kernel (compiled with"
|
|
|
|
echo "*** gcc version $kgcc) with RivaTV (will be compiled"
|
|
|
|
echo "*** with gcc version $bgcc) you may experience system crashes."
|
|
|
|
- WARNINGS=`expr $WARNINGS + 1`
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Check for write access to kernel sources
|