diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2010-02-21 13:17:02 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2010-02-21 13:17:02 +0000 |
commit | f866bc1dcae01b87a93812f92c11d2eec0eb63d1 (patch) | |
tree | a9b0724726a366eeb83213880a738d1fece34879 /app-misc/emerillon/files/fixlibrest.patch | |
parent | Some fixes to pdfmod (poppler-dep) and gnome-shell (build fix) (diff) | |
download | suka-f866bc1dcae01b87a93812f92c11d2eec0eb63d1.tar.gz suka-f866bc1dcae01b87a93812f92c11d2eec0eb63d1.tar.bz2 suka-f866bc1dcae01b87a93812f92c11d2eec0eb63d1.zip |
Bump Emerillon to release 0.1.1
svn path=/; revision=190
Diffstat (limited to 'app-misc/emerillon/files/fixlibrest.patch')
-rw-r--r-- | app-misc/emerillon/files/fixlibrest.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/emerillon/files/fixlibrest.patch b/app-misc/emerillon/files/fixlibrest.patch new file mode 100644 index 0000000..463f6dc --- /dev/null +++ b/app-misc/emerillon/files/fixlibrest.patch @@ -0,0 +1,12 @@ +--- configure.ac ++++ configure.ac +@@ -103,7 +103,7 @@ + AC_SUBST(SEARCH_DEPS_LIBS) + PKG_CHECK_MODULES(SEARCH_DEPS, + [ +- rest-0.6 >= 0.6 ++ rest >= 0.6 + ] + ) + + |