diff options
Diffstat (limited to '')
-rw-r--r-- | www/asterisk-gui/files/patch-bootstrap.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/asterisk-gui/files/patch-bootstrap.sh b/www/asterisk-gui/files/patch-bootstrap.sh deleted file mode 100644 index b6fe53bdba47..000000000000 --- a/www/asterisk-gui/files/patch-bootstrap.sh +++ /dev/null @@ -1,13 +0,0 @@ ---- 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=-%%AUTOCONF_VERSION%% -+ MY_AM_VER=-%%AUTOMAKE_VERSION%% - else # linux case - MY_AC_VER= - MY_AM_VER= |