openbsd-ports/x11/xfce4/xfce4-clipman/patches/patch-configure
2011-01-18 21:02:04 +00:00

64 lines
3.0 KiB
Plaintext

$OpenBSD: patch-configure,v 1.1 2011/01/18 21:02:04 landry Exp $
--- configure.orig Sat Jan 15 21:09:59 2011
+++ configure Sat Jan 15 21:10:26 2011
@@ -12435,22 +12435,22 @@ $as_echo "$xdt_cv_PKG_CONFIG_VERSION" >&6; }
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exo-0.3 >= 0.3.0" >&5
-$as_echo_n "checking for exo-0.3 >= 0.3.0... " >&6; }
- if $PKG_CONFIG "--atleast-version=0.3.0" "exo-0.3" >/dev/null 2>&1; then
- EXO_VERSION=`$PKG_CONFIG --modversion "exo-0.3"`
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exo-1 >= 0.3.0" >&5
+$as_echo_n "checking for exo-1 >= 0.3.0... " >&6; }
+ if $PKG_CONFIG "--atleast-version=0.3.0" "exo-1" >/dev/null 2>&1; then
+ EXO_VERSION=`$PKG_CONFIG --modversion "exo-1"`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXO_VERSION" >&5
$as_echo "$EXO_VERSION" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking EXO_CFLAGS" >&5
$as_echo_n "checking EXO_CFLAGS... " >&6; }
- EXO_CFLAGS=`$PKG_CONFIG --cflags "exo-0.3"`
+ EXO_CFLAGS=`$PKG_CONFIG --cflags "exo-1"`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXO_CFLAGS" >&5
$as_echo "$EXO_CFLAGS" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking EXO_LIBS" >&5
$as_echo_n "checking EXO_LIBS... " >&6; }
- EXO_LIBS=`$PKG_CONFIG --libs "exo-0.3"`
+ EXO_LIBS=`$PKG_CONFIG --libs "exo-1"`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXO_LIBS" >&5
$as_echo "$EXO_LIBS" >&6; }
@@ -12462,15 +12462,15 @@ $as_echo "$EXO_LIBS" >&6; }
- elif $PKG_CONFIG --exists "exo-0.3" >/dev/null 2>&1; then
- xdt_cv_version=`$PKG_CONFIG --modversion "exo-0.3"`
+ elif $PKG_CONFIG --exists "exo-1" >/dev/null 2>&1; then
+ xdt_cv_version=`$PKG_CONFIG --modversion "exo-1"`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
$as_echo "found, but $xdt_cv_version" >&6; }
- echo "*** The required package exo-0.3 was found on your system,"
+ echo "*** The required package exo-1 was found on your system,"
echo "*** but the installed version ($xdt_cv_version) is too old."
- echo "*** Please upgrade exo-0.3 to atleast version 0.3.0, or adjust"
+ echo "*** Please upgrade exo-1 to atleast version 0.3.0, or adjust"
echo "*** the PKG_CONFIG_PATH environment variable if you installed"
echo "*** the new version of the package in a nonstandard prefix so"
echo "*** pkg-config is able to find it."
@@ -12481,8 +12481,8 @@ $as_echo "found, but $xdt_cv_version" >&6; }
$as_echo "not found" >&6; }
- echo "*** The required package exo-0.3 was not found on your system."
- echo "*** Please install exo-0.3 (atleast version 0.3.0) or adjust"
+ echo "*** The required package exo-1 was not found on your system."
+ echo "*** Please install exo-1 (atleast version 0.3.0) or adjust"
echo "*** the PKG_CONFIG_PATH environment variable if you"
echo "*** installed the package in a nonstandard prefix so that"
echo "*** pkg-config is able to find it."