t1utils: update to 1.42

This commit is contained in:
newbluemoon 2020-10-29 20:01:36 +01:00 committed by Érico Nogueira Rolim
parent 0ff0458670
commit aa240380ab
2 changed files with 2 additions and 29 deletions

View file

@ -1,22 +0,0 @@
https://github.com/kohler/t1utils/issues/8
https://github.com/kohler/t1utils/commit/3f1ddda424353f0f926dd28efa47b0ac61556ce8
--- configure.ac.orig 2017-08-16 18:27:16.000000000 +0200
+++ configure.ac 2017-09-14 09:09:17.077248094 +0200
@@ -19,6 +19,7 @@
dnl
AC_REPLACE_FUNCS([strerror memmem])
+AC_CHECK_DECLS([memmem])
dnl
@@ -88,7 +89,7 @@
#endif
/* Prototype memmem if we don't have it. */
-#if !HAVE_MEMMEM
+#if !HAVE_MEMMEM || !HAVE_DECL_MEMMEM
void* memmem(const void* haystack, size_t haystack_len,
const void* needle, size_t needle_len);
#endif

View file

@ -1,19 +1,14 @@
# Template file for 't1utils'
pkgname=t1utils
version=1.41
version=1.42
revision=1
build_style="gnu-configure"
hostmakedepends="automake autoconf"
short_desc="Type 1 font utilities"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="custom:Click"
homepage="https://www.lcdf.org/type/#t1utils"
distfiles="https://www.lcdf.org/type/${pkgname}-${version}.tar.gz"
checksum=fc5edd7e829902b3b685886382fed690d533681c0ab218a387c9e47606623427
pre_configure() {
autoreconf -fi
}
checksum=61877935b1987044ddff4bb90a05200ca7164678a355e170bf5f1a5556cc9f29
post_install() {
vlicense LICENSE