diff options
Diffstat (limited to 'net/asterisk14-addons/files/patch-asterisk-ooh323c-configure')
-rw-r--r-- | net/asterisk14-addons/files/patch-asterisk-ooh323c-configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/asterisk14-addons/files/patch-asterisk-ooh323c-configure b/net/asterisk14-addons/files/patch-asterisk-ooh323c-configure new file mode 100644 index 000000000000..c78dc8fb8854 --- /dev/null +++ b/net/asterisk14-addons/files/patch-asterisk-ooh323c-configure @@ -0,0 +1,22 @@ +--- asterisk-ooh323c/configure.orig Sat Apr 28 13:40:24 2007 ++++ asterisk-ooh323c/configure Sat Apr 28 13:40:58 2007 +@@ -9149,8 +9149,8 @@ + + fi + +-{ echo "$as_me:$LINENO: checking for /usr/include/asterisk/channel.h" >&5 +-echo $ECHO_N "checking for /usr/include/asterisk/channel.h... $ECHO_C" >&6; } ++{ echo "$as_me:$LINENO: checking for /usr/local/include/asterisk/channel.h" >&5 ++echo $ECHO_N "checking for /usr/local/include/asterisk/channel.h... $ECHO_C" >&6; } + if test "${ac_cv_file__usr_include_asterisk_channel_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else +@@ -9158,7 +9158,7 @@ + { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 + echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} + { (exit 1); exit 1; }; } +-if test -r "/usr/include/asterisk/channel.h"; then ++if test -r "/usr/local/include/asterisk/channel.h"; then + ac_cv_file__usr_include_asterisk_channel_h=yes + else + ac_cv_file__usr_include_asterisk_channel_h=no |