From 87e91a9a8a393cfeb6c8efd8b765a39bcbebce23 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 5 Jun 2015 17:58:42 +0000 Subject: [PATCH] treecc: remove static lib * enable x86 and x86_64 * fix #234 --- dev-util/treecc/treecc-0.3.10.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/treecc/treecc-0.3.10.recipe b/dev-util/treecc/treecc-0.3.10.recipe index 2713c32a7..04bfcce65 100644 --- a/dev-util/treecc/treecc-0.3.10.recipe +++ b/dev-util/treecc/treecc-0.3.10.recipe @@ -12,7 +12,7 @@ LICENSE="GNU GPL v2" COPYRIGHT="2001-2003 Southern Storm Software, Pty Ltd 2003 Free Software Foundation, Inc. " -ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" +ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" treecc = $portVersion @@ -52,6 +52,8 @@ BUILD() INSTALL() { make install + + rm $libDir/libtreecc.a # mkdir -p $binDir # cp -a objects/projectx $binDir }