treecc: remove static lib

* enable x86 and x86_64
* fix #234
This commit is contained in:
Jerome Duval
2015-06-05 17:58:42 +00:00
parent c8c1df9043
commit 87e91a9a8a

View File

@@ -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
}