diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ pkgbase = idutils pkgdesc = A package of language independent tools that indexes program identifiers, literal numbers, or words of human-readable text. pkgver = 4.6 - pkgrel = 1 + pkgrel = 2 url = http://www.gnu.org/software/idutils/ arch = i686 arch = x86_64 @@ -12,4 +12,3 @@ pkgbase = idutils md5sums = 99b572536377fcddb4d38e86a3c215fd pkgname = idutils - @@ -5,9 +5,8 @@ pkgname=idutils pkgver=4.6 -pkgrel=1 -pkgdesc="A package of language independent tools that indexes program identifiers, literal numbers, \ - or words of human-readable text." +pkgrel=2 +pkgdesc="A package of language independent tools that indexes program identifiers, literal numbers, or words of human-readable text." arch=('i686' 'x86_64') url="http://www.gnu.org/software/idutils/" license=('GPL') @@ -19,6 +18,8 @@ md5sums=('99b572536377fcddb4d38e86a3c215fd') build() { cd "${srcdir}/$pkgname-$pkgver" sed -i -e '/gets is a security/d' lib/stdio.in.h + sed -i 's/__GNU_LIBRARY__ == 1/__GNU_LIBRARY__ == 1 || defined __GLIBC__/' lib/fseterr.c + sed -i 's/__GNU_LIBRARY__ == 1/__GNU_LIBRARY__ == 1 || defined __GLIBC__/' lib/fseeko.c ./configure --prefix=/usr --disable-gcc-warnings --disable-silent-rules #export LC_CTYPE=ISO-8859-1 make VERBOSE=1 || return 1 |