diff options
Diffstat (limited to 'graphics/potrace/potrace.SlackBuild')
-rw-r--r-- | graphics/potrace/potrace.SlackBuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/potrace/potrace.SlackBuild b/graphics/potrace/potrace.SlackBuild index 20dc9cd6a3..e98cf3a4fc 100644 --- a/graphics/potrace/potrace.SlackBuild +++ b/graphics/potrace/potrace.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=potrace -VERSION=${VERSION:-1.15} +VERSION=${VERSION:-1.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,11 +70,6 @@ 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 |