aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-01-25 21:38:08 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-01-25 21:38:08 +0000
commit8bb559c18274a11c23c91cee26bea8f15ce080f5 (patch)
tree1d0889cbd25cc5421295dd5bf1ca8380223a1440 /shells
parent50d22518cbe347affc8a4f7b916b4c575361f917 (diff)
downloadports-8bb559c18274a11c23c91cee26bea8f15ce080f5.tar.gz
ports-8bb559c18274a11c23c91cee26bea8f15ce080f5.zip
Remove the test for /dev/dsp during configure, it does not affect the
package build. Reported by: Kris via pointyhat.
Notes
Notes: svn path=/head/; revision=127336
Diffstat (limited to 'shells')
-rw-r--r--shells/bush/files/patch-configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/bush/files/patch-configure b/shells/bush/files/patch-configure
new file mode 100644
index 000000000000..072861b9afb9
--- /dev/null
+++ b/shells/bush/files/patch-configure
@@ -0,0 +1,13 @@
+--- configure.orig Sat Jan 8 04:24:43 2005
++++ configure Tue Jan 25 21:06:21 2005
+@@ -174,8 +174,8 @@
+ else
+ echo "no"
+ echo
+- echo "ADAVOX requires /dev/dsp. Create a /dev/dsp symlink to your real audio device"
+- exit 1
++ echo "ADAVOX requires /dev/dsp."
++ echo "Note that you should enable /dev/dsp on the machine on which you will install this package."
+ fi
+
+ echo "ADAVOX library is configured"