summaryrefslogtreecommitdiff
path: root/audio/sox/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sox/files/patch-configure')
-rw-r--r--audio/sox/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/sox/files/patch-configure b/audio/sox/files/patch-configure
new file mode 100644
index 000000000000..d9c79cf07b27
--- /dev/null
+++ b/audio/sox/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2009-02-14 19:08:53.000000000 +0100
++++ configure 2009-02-14 19:09:06.000000000 +0100
+@@ -20805,7 +20805,7 @@
+
+
+
+-if test -r /etc/issue; then
++if false && test -r /etc/issue; then
+ { $as_echo "$as_me:$LINENO: checking distro name" >&5
+ $as_echo_n "checking distro name... " >&6; }
+ DISTRO=`sed -e "s/.0-90-9;*mJH//g" < /etc/issue|tr "\n" " " | sed -e "s/(\\\\?\\\\\\\\.*//" -e "s/ */ /g" -e "s/^ //" -e "s/ $//"`