From f858b959f76377b5030dff49bced7bab2ea04ebc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 3 May 2018 11:06:37 +0200 Subject: [PATCH] - up to 0.7.8; static is gone for now; use meson for building --- appstream-glib-stemmer.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 appstream-glib-stemmer.patch diff --git a/appstream-glib-stemmer.patch b/appstream-glib-stemmer.patch new file mode 100644 index 0000000..1e7377c --- /dev/null +++ b/appstream-glib-stemmer.patch @@ -0,0 +1,11 @@ +--- appstream-glib-0.7.8/libappstream-glib/as-stemmer.c~ 2018-04-20 12:37:25.000000000 +0200 ++++ appstream-glib-0.7.8/libappstream-glib/as-stemmer.c 2018-05-03 10:32:44.101157231 +0200 +@@ -24,7 +24,7 @@ + #include + + #ifdef HAVE_LIBSTEMMER +- #include "libstemmer.h" ++ #include "libstemmer/libstemmer.h" + #endif + + #include "as-stemmer.h" -- 2.44.0