mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
4546743ec0
Signed-off-by: Mikko Värri <vmj@linuxbox.fi> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
13 lines
634 B
Diff
13 lines
634 B
Diff
--- configure.orig 2012-09-11 03:34:25.354997735 +0300
|
|
+++ configure 2012-09-11 03:35:50.618000004 +0300
|
|
@@ -10935,8 +10935,8 @@
|
|
|
|
fi
|
|
if test -n "$PKG_CONFIG" && \
|
|
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 2.90\""; } >&5
|
|
- ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 2.90") 2>&5
|
|
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.5\""; } >&5
|
|
+ ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.5") 2>&5
|
|
ac_status=$?
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
test $ac_status = 0; }; then
|