diff options
author | thierry <thierry@FreeBSD.org> | 2005-01-26 05:38:08 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-01-26 05:38:08 +0800 |
commit | 6178a03c4e4731d5dea1feee0c49464b88caef5e (patch) | |
tree | 37c8ea0f7233345c112211d806b56c85ff5097e7 /shells/bush | |
parent | d096f25b6c45e48e8f7c8f68f98ab4777d921aaf (diff) | |
download | freebsd-ports-gnome-6178a03c4e4731d5dea1feee0c49464b88caef5e.tar.gz freebsd-ports-gnome-6178a03c4e4731d5dea1feee0c49464b88caef5e.tar.zst freebsd-ports-gnome-6178a03c4e4731d5dea1feee0c49464b88caef5e.zip |
Remove the test for /dev/dsp during configure, it does not affect the
package build.
Reported by: Kris via pointyhat.
Diffstat (limited to 'shells/bush')
-rw-r--r-- | shells/bush/files/patch-configure | 13 |
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" |