Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -5,20 +5,21 @@ compilers and other language- based tools. It manages the generation of code \
to handle abstract syntax trees and operations upon the trees. \
"
HOMEPAGE="http://www.gnu.org/software/dotgnu/treecc/treecc.html"
SOURCE_URI="http://download.savannah.gnu.org/releases/dotgnu-pnet/treecc-0.3.10.tar.gz"
CHECKSUM_SHA256="5e9d20a6938e0c6fedfed0cabc7e9e984024e4881b748d076e8c75f1aeb6efe7"
REVISION="1"
LICENSE="GNU GPL v2"
COPYRIGHT="2001-2003 Southern Storm Software, Pty Ltd
2003 Free Software Foundation, Inc.
"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://download.savannah.gnu.org/releases/dotgnu-pnet/treecc-0.3.10.tar.gz"
CHECKSUM_SHA256="5e9d20a6938e0c6fedfed0cabc7e9e984024e4881b748d076e8c75f1aeb6efe7"
PATCHES="treecc-0.3.10.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
treecc = $portVersion
cmd:treecc = $portVersion
"
REQUIRES="
haiku
"
@@ -36,8 +37,6 @@ BUILD_PREREQUIRES="
cmd:autoconf
"
PATCHES="treecc-0.3.10.patchset"
BUILD()
{
sed -i "s/expr_c_LDADD = -lm/expr_c_LDADD = /" examples/Makefile*