35 lines
1.7 KiB
Plaintext
35 lines
1.7 KiB
Plaintext
$OpenBSD: patch-configure,v 1.8 2011/10/26 17:00:06 ajacoutot Exp $
|
|
--- configure.orig Wed Jul 20 13:21:19 2011
|
|
+++ configure Tue Oct 25 19:16:17 2011
|
|
@@ -3633,9 +3633,9 @@ fi
|
|
|
|
if test "${HAS_OPENH323_VERSIONFILE:-unset}" != "unset"; then
|
|
OPENH323_VERSION_FILE=${OPENH323MAKEDIR}/../../include/openh323/openh323buildopts.h
|
|
- OPENH323_MAJOR_VERSION=`cat ${OPENH323_VERSION_FILE} | grep OPENH323_MAJOR | cut -f2 -d' '`
|
|
- OPENH323_MINOR_VERSION=`cat ${OPENH323_VERSION_FILE} | grep OPENH323_MINOR | cut -f2 -d' '`
|
|
- OPENH323_BUILD_NUMBER=`cat ${OPENH323_VERSION_FILE} | grep "OPENH323_BUILD " | cut -f2 -d' '`
|
|
+ OPENH323_MAJOR_VERSION=`cat ${OPENH323_VERSION_FILE} | grep OPENH323_MAJOR | cut -f3 -d' '`
|
|
+ OPENH323_MINOR_VERSION=`cat ${OPENH323_VERSION_FILE} | grep OPENH323_MINOR | cut -f3 -d' '`
|
|
+ OPENH323_BUILD_NUMBER=`cat ${OPENH323_VERSION_FILE} | grep "OPENH323_BUILD " | cut -f3 -d' '`
|
|
fi
|
|
fi
|
|
fi
|
|
@@ -3689,7 +3689,7 @@ else
|
|
fi
|
|
|
|
|
|
-H460SUPPORT=`cat ${OPENH323DIR}/include/openh323buildopts.h | grep 'define H323_H460'`
|
|
+H460SUPPORT=`cat !!LOCALBASE!!/include/openh323/openh323buildopts.h | grep 'define H323_H460'`
|
|
if test "${H460SUPPORT:-unset}" = "unset" ; then
|
|
if test "x${h46018}" != "xno" ; then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: No H.460 support available" >&5
|
|
@@ -3721,7 +3721,7 @@ else
|
|
fi
|
|
|
|
|
|
-H460SUPPORT=`cat ${OPENH323DIR}/include/openh323buildopts.h | grep 'define H323_H460'`
|
|
+H460SUPPORT=`cat !!LOCALBASE!!/include/openh323/openh323buildopts.h | grep 'define H323_H460'`
|
|
if test "${H460SUPPORT:-unset}" = "unset" ; then
|
|
if test "x${h46023}" != "xno" ; then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: No H.460 support available" >&5
|