From 3e967dda787b6b8b33c8d224622b11d83bcd5f11 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 27 Sep 2014 13:05:49 +0000 Subject: [PATCH] apr: enable x86_64 on 1.5.0 --- dev-libs/apr/apr-1.5.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/apr/apr-1.5.0.recipe b/dev-libs/apr/apr-1.5.0.recipe index 1ef901bf7..0982a54bf 100644 --- a/dev-libs/apr/apr-1.5.0.recipe +++ b/dev-libs/apr/apr-1.5.0.recipe @@ -5,7 +5,7 @@ CHECKSUM_SHA256="9879f02054cb22e99f605f6fdbf47f4c028af4cd4f351cf64186a7ee447f35d COPYRIGHT="2012 The Apache Software Foundation." LICENSE="Apache v2" REVISION="1" -ARCHITECTURES="x86_gcc2 x86 ?x86_64" +ARCHITECTURES="x86_gcc2 x86 x86_64" PATCHES="apr-1.5.0.patch"