From 554d24be0b9d3d39bada5ad03a92b59b52eb06f5 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Mon, 11 Apr 2016 16:00:10 +0100 Subject: system/tagainijisho: Fixed build with sqlite-3.12. Signed-off-by: David Spencer --- system/tagainijisho/tagainijisho.SlackBuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'system/tagainijisho/tagainijisho.SlackBuild') diff --git a/system/tagainijisho/tagainijisho.SlackBuild b/system/tagainijisho/tagainijisho.SlackBuild index b318531a56..39193deba1 100644 --- a/system/tagainijisho/tagainijisho.SlackBuild +++ b/system/tagainijisho/tagainijisho.SlackBuild @@ -65,7 +65,11 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +# Fix build with sqlite-3.11 onwards +# https://github.com/Gnurou/tagainijisho/issues/163 +patch -p1 < $CWD/embed-sqlite.patch cd $TMP/$PRGNAM-$VERSION cmake . \ -- cgit v1.2.3-65-gdbad