summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-12-27 15:05:06 +0000
committerRomain Perier <mrpouet@gentoo.org>2009-12-27 15:05:06 +0000
commitdcfeac9df85eeafbb20fb0381f9aeb5b2fa3a1ac (patch)
tree37590c98e3a4e7cb9319b5774ab0a001ff403815 /app-office/gnotime/files/gnotime-2.3.0-libgnomeui-typo.patch
parentalpha/ia64/sparc stable (diff)
downloadgentoo-2-dcfeac9df85eeafbb20fb0381f9aeb5b2fa3a1ac.tar.gz
gentoo-2-dcfeac9df85eeafbb20fb0381f9aeb5b2fa3a1ac.tar.bz2
gentoo-2-dcfeac9df85eeafbb20fb0381f9aeb5b2fa3a1ac.zip
Fix typo in PKG_CHECK_MODULES for libgnomeui, which caused build failure, per bug #298193
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-office/gnotime/files/gnotime-2.3.0-libgnomeui-typo.patch')
-rw-r--r--app-office/gnotime/files/gnotime-2.3.0-libgnomeui-typo.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-office/gnotime/files/gnotime-2.3.0-libgnomeui-typo.patch b/app-office/gnotime/files/gnotime-2.3.0-libgnomeui-typo.patch
new file mode 100644
index 000000000000..7eef96511f7f
--- /dev/null
+++ b/app-office/gnotime/files/gnotime-2.3.0-libgnomeui-typo.patch
@@ -0,0 +1,19 @@
+From: Romain Perier <mrpouet@gentoo.org>
+Date: Sun, 27 Dec 2009 15:51:02 +0100
+Subject: Fix typo in PKG_CHECK_MODULES, which caused build failure
+
+---
+ configure.in | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+--- a/configure.in
++++ b/configure.in
+@@ -90,7 +90,7 @@ AC_SUBST(LIBGNOME_LIBS)
+ dnl *****************************************
+ dnl Check for libgnomeui
+ dnl *****************************************
+-PKG_CHECK_MODULES(GNOMEUI, libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED)
++PKG_CHECK_MODULES(LIBGNOMEUI, libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED)
+ AC_SUBST(LIBGNOMEUI_CFLAGS)
+ AC_SUBST(LIBGNOMEUI_LIBS)
+