ports/net/asterisk16/files/patch-configure
Florian Smeets b3e861646b - update to 1.6.2.15 [1]
- enable dahdi on sparc64 [2]
- add support for iODBC
- only use /var as localstatedir if we install to LOCALBASE
- fix harmless portlint warning

Submitted by:	dmitry2004@yandex.ru [1]
		fjoe [2]

Approved by: 	fjoe (mentor)
2010-12-29 12:49:10 +00:00

29 lines
695 B
Text

--- configure.orig 2010-12-29 07:55:41.000000000 +0100
+++ configure 2010-12-29 07:56:15.000000000 +0100
@@ -620,7 +620,6 @@
ac_default_prefix=/usr/local
ac_default_prefix=/usr/local
-ac_default_prefix=/usr
ac_header_list=
ac_subst_vars='SHELL
PATH_SEPARATOR
@@ -4149,9 +4148,6 @@
case "${host_os}" in
freebsd*)
-
- CPPFLAGS=-I/usr/local/include
- LDFLAGS=-L/usr/local/lib
;;
openbsd*)
@@ -36593,7 +36589,7 @@
fi
- PLATFORM_OPENH323="h323_${PWLIB_PLATFORM}_${OPENH323_SUFFIX}"
+ PLATFORM_OPENH323="h323_${OPENH323_SUFFIX}"
if test "${HAS_OPENH323:-unset}" != "unset"; then
{ echo "$as_me:$LINENO: checking OpenH323 installation validity" >&5