diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-02-15 00:08:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-02-15 00:08:14 +0000 |
commit | 697ba65b1cae7cc8d928f08a53026ff167e48e32 (patch) | |
tree | f24a2c2d91b0b08c67e246154886482ee5efd47d /audio | |
parent | a06e91046ee859b8e6fb52acc31175e8ce23a5ea (diff) | |
download | ports-697ba65b1cae7cc8d928f08a53026ff167e48e32.tar.gz ports-697ba65b1cae7cc8d928f08a53026ff167e48e32.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sox/files/patch-configure | 11 |
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/ $//"` |