From 95e0d6a232040dc47beeb1116de1dfd7a5030c6c Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Fri, 1 Jan 2021 20:49:45 -0600 Subject: system/t1utils: Updated for version 1.42. Signed-off-by: Kyle Guinn --- system/t1utils/t1utils.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'system/t1utils/t1utils.SlackBuild') diff --git a/system/t1utils/t1utils.SlackBuild b/system/t1utils/t1utils.SlackBuild index ab9ef7ba50..5b0176ceb1 100644 --- a/system/t1utils/t1utils.SlackBuild +++ b/system/t1utils/t1utils.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for t1utils -# Copyright 2013-2017 Kyle Guinn , USA +# Copyright 2013-2021 Kyle Guinn , USA # 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=t1utils -VERSION=${VERSION:-1.41} +VERSION=${VERSION:-1.42} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,6 +71,7 @@ chown -R root:root . chmod -R u+w,go-w,a+rX-st . # -D_GNU_SOURCE is to fix https://github.com/kohler/t1utils/issues/8 +# (Was fixed in 1.42, but keep this workaround to prefer the system memmem.) ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ -- cgit v1.2.3