aboutsummaryrefslogtreecommitdiff
path: root/graphics/potrace/potrace.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/potrace/potrace.SlackBuild')
-rw-r--r--graphics/potrace/potrace.SlackBuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/potrace/potrace.SlackBuild b/graphics/potrace/potrace.SlackBuild
index d4aadb4bb36e..20dc9cd6a373 100644
--- a/graphics/potrace/potrace.SlackBuild
+++ b/graphics/potrace/potrace.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for potrace
-# Copyright 2013-2017 Kyle Guinn <elyk03@gmail.com>, USA
+# Copyright 2013-2019 Kyle Guinn <elyk03@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -70,6 +70,11 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go-w,a+rX-st .
+# https://sourceforge.net/p/potrace/discussion/300717/thread/80794047/
+# plus another tolerance change. If you still have problems with the
+# `make check` line below, feel free to comment it out.
+patch -p1 < $CWD/patches/make-check-tolerance.diff
+
# For metric units and papersizes, use the following flags to configure:
# --enable-metric Use metric units (centimeters) as default
# --enable-a4 Use A4 as the default papersize