diff options
author | Kyle Guinn <elyk03@gmail.com> | 2019-09-26 21:20:49 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-28 17:40:04 +0700 |
commit | 90476a0916a88953b00e1030acdcb1eee30cce54 (patch) | |
tree | 211b2957b91e1a122684399a89c556f77d407d6a /graphics/potrace/potrace.SlackBuild | |
parent | 79c8dbedec7b742237eccc7f5b4098d74f03db52 (diff) |
graphics/potrace: Updated for version 1.16.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
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 20dc9cd6a3738..e98cf3a4fc7ac 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 |