Sophie

Sophie

distrib > Mageia > 8 > x86_64 > by-pkgid > 093d18dc2283018206c2786bc08ccf3f > files > 1

appstream-glib-0.7.18-5.mga8.src.rpm

From 4ce04bdb820fd8df297c1cabc924b7bafd333ae7 Mon Sep 17 00:00:00 2001
From: Neal Gompa <ngompa13@gmail.com>
Date: Sun, 23 Jul 2017 07:00:57 -0400
Subject: [PATCH] libappstream-glib: Fix path to include libstemmer header

---
 libappstream-glib/as-stemmer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libappstream-glib/as-stemmer.c b/libappstream-glib/as-stemmer.c
index 3a9478d..13c8904 100644
--- a/libappstream-glib/as-stemmer.c
+++ b/libappstream-glib/as-stemmer.c
@@ -24,7 +24,7 @@
 #include <glib/gi18n.h>
 
 #ifdef HAVE_LIBSTEMMER
-  #include "libstemmer.h"
+  #include "libstemmer/libstemmer.h"
 #endif
 
 #include "as-stemmer.h"
-- 
2.13.2