slackbuilds_ponce/libraries/gtksourceview/force-gtk2.patch
Mikko Värri 4546743ec0 libraries/gtksourceview: Fix several build issues.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-09-11 08:44:46 -05:00

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