summaryrefslogtreecommitdiff
path: root/net/asterisk-bristuff/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk-bristuff/files/patch-configure')
-rw-r--r--net/asterisk-bristuff/files/patch-configure36
1 files changed, 36 insertions, 0 deletions
diff --git a/net/asterisk-bristuff/files/patch-configure b/net/asterisk-bristuff/files/patch-configure
new file mode 100644
index 000000000000..0782453c279b
--- /dev/null
+++ b/net/asterisk-bristuff/files/patch-configure
@@ -0,0 +1,36 @@
+--- configure.orig 2009-04-27 22:29:46.000000000 +0300
++++ configure 2009-05-26 12:59:22.000000000 +0300
+@@ -4064,8 +4064,6 @@
+ case "${host_os}" in
+ freebsd*)
+ ac_default_prefix=/usr/local
+- CPPFLAGS=-I/usr/local/include
+- LDFLAGS=-L/usr/local/lib
+ ;;
+ darwin*)
+
+@@ -27145,7 +27143,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:$LINENO: checking OpenH323 installation validity" >&5
+@@ -31624,6 +31622,7 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ $ac_includes_default
++#include <ptlib.h>
+ #include <h323.h>
+ _ACEOF
+ rm -f conftest.$ac_objext
+@@ -31665,6 +31664,7 @@
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
++#include <ptlib.h>
+ #include <h323.h>
+ _ACEOF
+ if { (ac_try="$ac_cpp conftest.$ac_ext"