summaryrefslogtreecommitdiffstats
path: root/www/asterisk-gui/files/patch-bootstrap.sh
blob: 09e125ca7465d4bb9aef62b2d3a4154ff911c3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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=
OpenPOWER on IntegriCloud