Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=123b35c7cf3bdfdf6207ac767c0f5249fcf99efc

commit 123b35c7cf3bdfdf6207ac767c0f5249fcf99efc
Author: crazy <[email protected]>
Date:   Thu Aug 17 13:22:28 2017 +0200

t1utils-1.41-1-x86_64
* Version bump
* fix implicit-function-declaration of memmem() ..
that *need* _GNU_SOURCE to be defined

diff --git a/source/apps-extra/t1utils/FrugalBuild 
b/source/apps-extra/t1utils/FrugalBuild
index 028e945..3f8bdd4 100644
--- a/source/apps-extra/t1utils/FrugalBuild
+++ b/source/apps-extra/t1utils/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir <[email protected]>

pkgname=t1utils
-pkgver=1.40
+pkgver=1.41
pkgrel=1
pkgdesc='Type 1 utilities'
url="http://www.lcdf.org/type";
@@ -11,6 +11,9 @@ groups=('apps-extra')
archs=('x86_64')
up2date="lynx -dump http://www.lcdf.org/type | grep \"t1utils-.*\.tar\.gz\" | 
tail -n 1 | sed -e \"s/.*-\(.*\)\.tar\.gz.*/\1/\""
source=($url/$pkgname-$pkgver.tar.gz)
-sha1sums=('2f166fb47d8bd3f20f6e885db7af2ee3340805cd')
-
+sha1sums=('e275e36cadd9fb4544d725428b0413cc2db0e623')
+## do not remove
+# Implizite Deklaration der Funktion »memmem« 
[-Wimplicit-function-declaration]
+# memmem() *need* _GNU_SOURCE
+CFLAGS+=" -D_GNU_SOURCE"
# optimization OK
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to