mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Fix ordering
This commit is contained in:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user