From bd5d90be1bade2461f961901190d07324d7190b1 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Thu, 20 Mar 2014 14:54:32 +0100 Subject: [PATCH] Fix tar-1.27.1 * Fixes the patch not applying * Fixes build not succeeding due to -Werror (--enable-gcc-warnings is the default and enables -Werror as well) --- app-arch/tar/tar-1.27.1.recipe | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-arch/tar/tar-1.27.1.recipe b/app-arch/tar/tar-1.27.1.recipe index f71b79473..3f42192c5 100644 --- a/app-arch/tar/tar-1.27.1.recipe +++ b/app-arch/tar/tar-1.27.1.recipe @@ -18,10 +18,10 @@ CHECKSUM_SIZE="2573070" CHECKSUM_MD5="490e074dd7e71f553df8357a7ef9bdcf" CHECKSUM_RMD160="a99ccfd874ac72c1e0feec2d86423c3e5bcd19fb" CHECKSUM_SHA512="f14a0a58e574db3aeec0914621aff2f0518b8d8acce81106b8219b36b3fed47349d6cb802c51a836a5e6889529337434d83b3c50cd7fc1801b9b3944eecc695b" -REVISION="1" -ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64" +REVISION="2" +ARCHITECTURES="?x86_gcc2 ?x86 x86_64" -PATCHES="tar-1.26.patch" +PATCHES="tar-1.27.1.patchset" PROVIDES=" tar = $portVersion compat >= 1 @@ -50,6 +50,7 @@ BUILD() { runConfigure ./configure \ --disable-nls \ + --disable-gcc-warnings \ LDFLAGS="-lnetwork" \ FORCE_UNSAFE_CONFIGURE=1 make $jobArgs