Группа :: Сети/Чат
Пакет: gnomemeeting
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: gnomemeeting-1.2.0-howl-fc3.patch
diff -ur gnomemeeting-1.2.0-orig/configure gnomemeeting-1.2.0/configure
--- gnomemeeting-1.2.0-orig/configure 2004-12-14 22:53:15.375458360 +0000
+++ gnomemeeting-1.2.0/configure 2004-12-14 22:56:34.700860265 +0000
@@ -22925,23 +22925,23 @@
else
PKG_CONFIG_MIN_VERSION=0.9.0
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
- echo "$as_me:$LINENO: checking for howl >= 0.9.7" >&5
-echo $ECHO_N "checking for howl >= 0.9.7... $ECHO_C" >&6
+ echo "$as_me:$LINENO: checking for howl >= 0.9.6" >&5
+echo $ECHO_N "checking for howl >= 0.9.6... $ECHO_C" >&6
- if $PKG_CONFIG --exists "howl >= 0.9.7" ; then
+ if $PKG_CONFIG --exists "howl >= 0.9.6" ; then
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
succeeded=yes
echo "$as_me:$LINENO: checking HOWL_CFLAGS" >&5
echo $ECHO_N "checking HOWL_CFLAGS... $ECHO_C" >&6
- HOWL_CFLAGS=`$PKG_CONFIG --cflags "howl >= 0.9.7"`
+ HOWL_CFLAGS=`$PKG_CONFIG --cflags "howl >= 0.9.6"`
echo "$as_me:$LINENO: result: $HOWL_CFLAGS" >&5
echo "${ECHO_T}$HOWL_CFLAGS" >&6
echo "$as_me:$LINENO: checking HOWL_LIBS" >&5
echo $ECHO_N "checking HOWL_LIBS... $ECHO_C" >&6
- HOWL_LIBS=`$PKG_CONFIG --libs "howl >= 0.9.7"`
+ HOWL_LIBS=`$PKG_CONFIG --libs "howl >= 0.9.6"`
echo "$as_me:$LINENO: result: $HOWL_LIBS" >&5
echo "${ECHO_T}$HOWL_LIBS" >&6
else
@@ -22949,7 +22949,7 @@
HOWL_LIBS=""
## If we have a custom action on failure, don't print errors, but
## do set a variable so people can do so.
- HOWL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "howl >= 0.9.7"`
+ HOWL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "howl >= 0.9.6"`
echo $HOWL_PKG_ERRORS
fi
@@ -22964,8 +22964,8 @@
if test $succeeded = yes; then
:
else
- { { echo "$as_me:$LINENO: error: Library requirements (howl >= 0.9.7) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
-echo "$as_me: error: Library requirements (howl >= 0.9.7) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
+ { { echo "$as_me:$LINENO: error: Library requirements (howl >= 0.9.6) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
+echo "$as_me: error: Library requirements (howl >= 0.9.6) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
{ (exit 1); exit 1; }; }
fi
diff -ur gnomemeeting-1.2.0-orig/configure.in gnomemeeting-1.2.0/configure.in
--- gnomemeeting-1.2.0-orig/configure.in 2004-12-14 22:53:15.384458514 +0000
+++ gnomemeeting-1.2.0/configure.in 2004-12-14 22:53:40.335884362 +0000
@@ -449,7 +449,7 @@
fi
if test x"${disable_howl}" = xno ; then
- PKG_CHECK_MODULES(HOWL, howl >= 0.9.7)
+ PKG_CHECK_MODULES(HOWL, howl >= 0.9.6)
GNOMEMEETING_CFLAGS="$GNOMEMEETING_CFLAGS $HOWL_CFLAGS -DHAS_HOWL"
GNOMEMEETING_LIBS="$GNOMEMEETING_LIBS $HOWL_LIBS"
fi