diff options
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 + ] + ) + + |