diff --git a/dev-libs/libunistring/libunistring-0.9.9.recipe b/dev-libs/libunistring/libunistring-0.9.9.recipe index 6c3dd5c02..946bce79e 100644 --- a/dev-libs/libunistring/libunistring-0.9.9.recipe +++ b/dev-libs/libunistring/libunistring-0.9.9.recipe @@ -5,11 +5,10 @@ HOMEPAGE="https://www.gnu.org/software/libunistring/" COPYRIGHT="1998-2018 Free Software Fundation, Inc." LICENSE="GNU GPL v2 GNU LGPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://ftpmirror.gnu.org/libunistring/libunistring-$portVersion.tar.gz https://ftp.gnu.org/gnu/libunistring/libunistring-$portVersion.tar.gz" CHECKSUM_SHA256="f5e90c08f9e5427ca3a2c0c53f19aa38b25c500913510ad25afef86448bea84a" -PATCHES="libunistring-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" @@ -40,7 +39,7 @@ BUILD_REQUIRES=" devel:libiconv$secondaryArchSuffix " BUILD_PREREQUIRES=" - cmd:autoconf + cmd:autoreconf cmd:gcc$secondaryArchSuffix cmd:gperf cmd:libtoolize$secondaryArchSuffix diff --git a/dev-libs/libunistring/patches/libunistring-0.9.9.patchset b/dev-libs/libunistring/patches/libunistring-0.9.9.patchset deleted file mode 100644 index 0f38e039b..000000000 --- a/dev-libs/libunistring/patches/libunistring-0.9.9.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 9688eae82d1c9cf4e3c7d7460f7fcba935438029 Mon Sep 17 00:00:00 2001 -From: Jerome Duval -Date: Thu, 5 Mar 2015 19:33:40 +0000 -Subject: Haiku patch - - -diff --git a/configure.ac b/configure.ac -index 38fe5dd..5a822de 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -23,7 +23,7 @@ AC_CONFIG_AUX_DIR([build-aux]) - . $srcdir/version.sh - gl_INIT_PACKAGE([libunistring], [$VERSION_NUMBER]) - AM_INIT_AUTOMAKE([silent-rules dist-xz]) --AM_CONFIG_HEADER([config.h]) -+AC_CONFIG_HEADERS([config.h]) - - dnl Override automake's tar command used for creating distributions. - am__tar='${AMTAR} chof - --owner=root --group=root "$$tardir"' --- -1.8.3.4 -