summaryrefslogtreecommitdiffstats
path: root/source/xap/gucharmap/gucharmap.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/gucharmap/gucharmap.SlackBuild')
-rwxr-xr-xsource/xap/gucharmap/gucharmap.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/xap/gucharmap/gucharmap.SlackBuild b/source/xap/gucharmap/gucharmap.SlackBuild
index 9c593cad3..a636143f3 100755
--- a/source/xap/gucharmap/gucharmap.SlackBuild
+++ b/source/xap/gucharmap/gucharmap.SlackBuild
@@ -76,6 +76,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Update for latest unicode files. If a future compile fails, try removing this patch:
+zcat $CWD/gucharmap.sha512sums.diff.gz | patch -p1 --verbose || exit 1
+
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \