From ad099b4fe6400c838f0a5bb80db70fc0e8a86e79 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 30 Nov 2015 21:30:27 +0000 Subject: [PATCH] patchutils: add missing build dependency. * enable x86_64. --- dev-util/patchutils/patchutils-0.3.3.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/patchutils/patchutils-0.3.3.recipe b/dev-util/patchutils/patchutils-0.3.3.recipe index 8930353b8..aa8007692 100644 --- a/dev-util/patchutils/patchutils-0.3.3.recipe +++ b/dev-util/patchutils/patchutils-0.3.3.recipe @@ -25,7 +25,7 @@ REVISION="1" SOURCE_URI="http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.3.tar.xz" CHECKSUM_SHA256="91f4e8451b2efcac5d40c966e42c175803450f0de94c926bfecc12c90070ad3c" -ARCHITECTURES="x86 x86_gcc2" +ARCHITECTURES="x86 x86_gcc2 x86_64" PROVIDES=" patchutils = $portVersion compat >= 0 @@ -58,6 +58,7 @@ BUILD_PREREQUIRES=" cmd:gcc cmd:make cmd:perl + cmd:awk " BUILD()