summaryrefslogtreecommitdiffstats
path: root/system/tagainijisho/tagainijisho.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/tagainijisho/tagainijisho.SlackBuild')
-rw-r--r--system/tagainijisho/tagainijisho.SlackBuild6
1 files changed, 5 insertions, 1 deletions
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 . \