diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2011-11-07 23:38:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2011-11-07 23:38:48 +0000 |
commit | 2b05847ed94e390cdfe7c15313ab7b623a1b0cf0 (patch) | |
tree | dc72111eb39db03a5eb54f7313444d5e1b4ca2a4 /net/asterisk14/files/patch-configure | |
parent | - Honor custom PREFIX [1] (diff) |
Ressurect asterisk14 and upgrade to the latest 1.4.42, which should be
free of any known vulnerabilities.
Notes
Notes:
svn path=/head/; revision=285269
Diffstat (limited to '')
-rw-r--r-- | net/asterisk14/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/asterisk14/files/patch-configure b/net/asterisk14/files/patch-configure new file mode 100644 index 000000000000..38f6f84a5f2b --- /dev/null +++ b/net/asterisk14/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2011-01-27 18:57:46.000000000 +0200 ++++ configure 2011-05-25 10:40:16.000000000 +0300 +@@ -18106,7 +18106,7 @@ + + fi + +- PLATFORM_OPENH323="h323_${PWLIB_PLATFORM}_${OPENH323_SUFFIX}" ++ PLATFORM_OPENH323="h323_${OPENH323_SUFFIX}" + + if test "${HAS_OPENH323:-unset}" != "unset"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenH323 installation validity" >&5 |