- includes the iLBC codec which now has a free copyright license; patent licensing has a "no litigation" clause (see codecs/ilbc/LICENSE_ADDENDUM) so mark as not permitted for CDs
15 lines
450 B
Plaintext
15 lines
450 B
Plaintext
$OpenBSD: patch-bootstrap_sh,v 1.4 2012/03/13 23:17:46 sthen Exp $
|
|
--- bootstrap.sh.orig Fri Jan 13 21:40:32 2012
|
|
+++ bootstrap.sh Tue Mar 6 14:23:21 2012
|
|
@@ -18,8 +18,8 @@ case `uname -sr` in
|
|
MY_AM_VER=19
|
|
;;
|
|
OpenBSD*)
|
|
- export AUTOCONF_VERSION=2.63
|
|
- export AUTOMAKE_VERSION=1.9
|
|
+ [ -z "$AUTOCONF_VERSION" ] && export AUTOCONF_VERSION=2.63
|
|
+ [ -z "$AUTOMAKE_VERSION" ] && export AUTOMAKE_VERSION=1.9
|
|
;;
|
|
*'BSD'*)
|
|
MY_AC_VER=-2.62
|