openbsd-ports/net/gnugk/patches/patch-configure
2010-03-23 21:14:45 +00:00

31 lines
1.2 KiB
Plaintext

$OpenBSD: patch-configure,v 1.6 2010/03/23 21:14:45 ajacoutot Exp $
--- configure.orig Sun Nov 8 22:43:34 2009
+++ configure Sat Jan 30 14:23:41 2010
@@ -3541,7 +3541,7 @@ if test "${PWLIBDIR:-unset}" = "unset" ; then
echo "Cannot find ptlib-config - please install and try again"
exit
fi
- PWLIBDIR=`$PTLIB_CONFIG --pwlibdir`
+ PWLIBDIR=`$PTLIB_CONFIG --ptlibdir`
fi
echo "PWLib prefix set to $PWLIBDIR"
@@ -3969,7 +3969,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:$LINENO: result: No H.460 support available" >&5
@@ -4003,7 +4003,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:$LINENO: result: No H.460 support available" >&5