diff options
author | Yuri Vasilevski <yvasilev@gentoo.org> | 2010-01-06 00:25:05 +0000 |
---|---|---|
committer | Yuri Vasilevski <yvasilev@gentoo.org> | 2010-01-06 00:25:05 +0000 |
commit | 8393134727eb8f366617121d3727d4f15d92851a (patch) | |
tree | dcd595fb1ea962c8f2238d105b4fc40e3e562444 /x11-plugins/matchbox-desktop-image-browser/files | |
parent | EAPI=2; fix doc install (bug #299823) (diff) | |
download | gentoo-2-8393134727eb8f366617121d3727d4f15d92851a.tar.gz gentoo-2-8393134727eb8f366617121d3727d4f15d92851a.tar.bz2 gentoo-2-8393134727eb8f366617121d3727d4f15d92851a.zip |
Removed the unneeded execution of matchbox-desktop during ./configure, thanks miknix for noticing.
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/matchbox-desktop-image-browser/files')
-rw-r--r-- | x11-plugins/matchbox-desktop-image-browser/files/matchbox-desktop-image-browser-0.2-noexec-matchbox-desktop.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-plugins/matchbox-desktop-image-browser/files/matchbox-desktop-image-browser-0.2-noexec-matchbox-desktop.patch b/x11-plugins/matchbox-desktop-image-browser/files/matchbox-desktop-image-browser-0.2-noexec-matchbox-desktop.patch new file mode 100644 index 000000000000..b8dd76484cb7 --- /dev/null +++ b/x11-plugins/matchbox-desktop-image-browser/files/matchbox-desktop-image-browser-0.2-noexec-matchbox-desktop.patch @@ -0,0 +1,12 @@ +diff -Naurp mb-desktop-image-browser-0.2.orig/configure.ac mb-desktop-image-browser-0.2/configure.ac +--- mb-desktop-image-browser-0.2.orig/configure.ac 2004-02-06 18:10:21.000000000 +0000 ++++ mb-desktop-image-browser-0.2/configure.ac 2010-01-06 00:09:09.000000000 +0000 +@@ -24,7 +24,7 @@ AC_FUNC_MALLOC + AC_TYPE_SIGNAL + AC_CHECK_FUNCS([strchr strdup]) + +-PKG_CHECK_MODULES(MB, libmb >= 1.1, matchbox-desktop, ++PKG_CHECK_MODULES(MB, libmb >= 1.1, , + AC_MSG_ERROR([*** Matchbox depencies not found***])) + + dnl check for debug build |