diff options
Diffstat (limited to 'www/asterisk-gui/files/patch-bootstrap.sh')
-rw-r--r-- | www/asterisk-gui/files/patch-bootstrap.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/asterisk-gui/files/patch-bootstrap.sh b/www/asterisk-gui/files/patch-bootstrap.sh new file mode 100644 index 000000000000..09e125ca7465 --- /dev/null +++ b/www/asterisk-gui/files/patch-bootstrap.sh @@ -0,0 +1,13 @@ +--- bootstrap.sh.orig Wed Aug 1 18:59:07 2007 ++++ bootstrap.sh Wed Aug 1 19:00:28 2007 +@@ -14,8 +14,8 @@ + + uname -s | grep -q FreeBSD + if [ $? = 0 ] ; then # FreeBSD case +- MY_AC_VER=259 +- MY_AM_VER=19 ++ MY_AC_VER=-2.59 ++ MY_AM_VER=-1.9 + else # linux case + MY_AC_VER= + MY_AM_VER= |