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 }