diff options
Diffstat (limited to 'app-crypt/seahorse/files/seahorse-0.7.6-gnome-2.10.patch')
-rw-r--r-- | app-crypt/seahorse/files/seahorse-0.7.6-gnome-2.10.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-crypt/seahorse/files/seahorse-0.7.6-gnome-2.10.patch b/app-crypt/seahorse/files/seahorse-0.7.6-gnome-2.10.patch new file mode 100644 index 000000000000..f0967ccba822 --- /dev/null +++ b/app-crypt/seahorse/files/seahorse-0.7.6-gnome-2.10.patch @@ -0,0 +1,14 @@ +--- configure.in.orig 2005-03-18 01:38:43.000000000 +0100 ++++ configure.in 2005-03-18 01:40:01.000000000 +0100 +@@ -217,8 +217,9 @@ + echo "enabling gedit plugin..." + echo "checking for supported versions of gedit..." + +- PKG_CHECK_MODULES(GEDIT, gedit-2.8 >= 2.8.0, , +- [PKG_CHECK_MODULES(GEDIT, gedit-2.6 >= 2.6.0)]) ++ PKG_CHECK_MODULES(GEDIT, gedit-2.10 >= 2.10.0, , ++ [PKG_CHECK_MODULES(GEDIT, gedit-2.8 >= 2.8.0, , ++ [PKG_CHECK_MODULES(GEDIT, gedit-2.6 >= 2.6.0)])]) + + AC_SUBST(GEDIT_CFLAGS) + fi |