From 4546743ec059ade0b1a4fffdb2415565e2a59a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Tue, 11 Sep 2012 08:30:23 -0500 Subject: libraries/gtksourceview: Fix several build issues. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mikko Värri Signed-off-by: Robby Workman --- libraries/gtksourceview/force-gtk2.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libraries/gtksourceview/force-gtk2.patch (limited to 'libraries/gtksourceview/force-gtk2.patch') diff --git a/libraries/gtksourceview/force-gtk2.patch b/libraries/gtksourceview/force-gtk2.patch new file mode 100644 index 0000000000..69fdc85687 --- /dev/null +++ b/libraries/gtksourceview/force-gtk2.patch @@ -0,0 +1,13 @@ +--- 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 -- cgit v1.2.3