diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-25 21:38:08 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-25 21:38:08 +0000 |
commit | 8bb559c18274a11c23c91cee26bea8f15ce080f5 (patch) | |
tree | 1d0889cbd25cc5421295dd5bf1ca8380223a1440 /shells | |
parent | 50d22518cbe347affc8a4f7b916b4c575361f917 (diff) | |
download | ports-8bb559c18274a11c23c91cee26bea8f15ce080f5.tar.gz ports-8bb559c18274a11c23c91cee26bea8f15ce080f5.zip |
Notes
Diffstat (limited to 'shells')
-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" |