t1utils: update to 1.42
This commit is contained in:
parent
0ff0458670
commit
aa240380ab
2 changed files with 2 additions and 29 deletions
|
@ -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
|
|
|
@ -1,19 +1,14 @@
|
||||||
# Template file for 't1utils'
|
# Template file for 't1utils'
|
||||||
pkgname=t1utils
|
pkgname=t1utils
|
||||||
version=1.41
|
version=1.42
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
hostmakedepends="automake autoconf"
|
|
||||||
short_desc="Type 1 font utilities"
|
short_desc="Type 1 font utilities"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
license="custom:Click"
|
license="custom:Click"
|
||||||
homepage="https://www.lcdf.org/type/#t1utils"
|
homepage="https://www.lcdf.org/type/#t1utils"
|
||||||
distfiles="https://www.lcdf.org/type/${pkgname}-${version}.tar.gz"
|
distfiles="https://www.lcdf.org/type/${pkgname}-${version}.tar.gz"
|
||||||
checksum=fc5edd7e829902b3b685886382fed690d533681c0ab218a387c9e47606623427
|
checksum=61877935b1987044ddff4bb90a05200ca7164678a355e170bf5f1a5556cc9f29
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue