diff options
Diffstat (limited to 'graphics/mftrace/mftrace.SlackBuild')
-rw-r--r-- | graphics/mftrace/mftrace.SlackBuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/mftrace/mftrace.SlackBuild b/graphics/mftrace/mftrace.SlackBuild index fa1b29a87971..b8991b864c60 100644 --- a/graphics/mftrace/mftrace.SlackBuild +++ b/graphics/mftrace/mftrace.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mftrace -# Copyright 2012-2017 Kyle Guinn <elyk03@gmail.com>, USA +# Copyright 2012-2019 Kyle Guinn <elyk03@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mftrace -VERSION=${VERSION:-1.2.19} +VERSION=${VERSION:-1.2.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,8 +70,10 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go-w,a+rX-st . -# Make it support $SLKCFLAGS -sed -i "s/^CFLAGS =/CFLAGS ?=/" GNUmakefile.in +# Make it support $SLKCFLAGS. +# Also, upstream forgot to distribute a manpage. +sed -i -e 's/^CFLAGS =/CFLAGS ?=/' \ + -e 's/gf2pbm.1//' GNUmakefile.in ./configure \ --prefix=/usr \ |