aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2009-02-15 00:08:14 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2009-02-15 00:08:14 +0000
commit697ba65b1cae7cc8d928f08a53026ff167e48e32 (patch)
treef24a2c2d91b0b08c67e246154886482ee5efd47d /audio
parenta06e91046ee859b8e6fb52acc31175e8ce23a5ea (diff)
downloadports-697ba65b1cae7cc8d928f08a53026ff167e48e32.tar.gz
ports-697ba65b1cae7cc8d928f08a53026ff167e48e32.zip
Notes
Diffstat (limited to 'audio')
-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/ $//"`