mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fix ordering
This commit is contained in:
@@ -9,15 +9,17 @@ the Microchip PIC16 and PIC18 targets. It can be retargeted for other \
|
||||
microprocessors.
|
||||
"
|
||||
HOMEPAGE="http://sdcc.sourceforge.net"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
"
|
||||
COPYRIGHT="
|
||||
1999-2013 Sandeep Dutta
|
||||
"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/sdcc/files/sdcc/3.4.0/sdcc-src-3.4.0.tar.bz2"
|
||||
CHECKSUM_SHA256="cf6af862b94d5f259f11afa0a1b86304f3047b3723a9df96f20dba869deb5bf9"
|
||||
REVISION="1"
|
||||
PATCHES="sdcc-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -59,6 +61,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libboost_graph$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
@@ -74,8 +77,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="sdcc-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# The PIC14/16 ports need gputils. Enable them when we have a recipe for it.
|
||||
|
||||
@@ -8,15 +8,17 @@ supporting the Microchip PIC16 and PIC18 targets. It can be retargeted for \
|
||||
other microprocessors.
|
||||
"
|
||||
HOMEPAGE="http://sdcc.sourceforge.net"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
"
|
||||
COPYRIGHT="
|
||||
1999-2013 Sandeep Dutta
|
||||
"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/sdcc/files/sdcc/$portVersion/sdcc-src-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="f82978d1614244b22e093402c0a4de1f688a07c807b2980126c964eb3df85fa9"
|
||||
REVISION="1"
|
||||
PATCHES="sdcc-3.5.0.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -58,6 +60,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libboost_graph$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
@@ -73,8 +76,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="sdcc-3.5.0.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# The PIC14/16 ports need gputils. Enable them when we have a recipe for it.
|
||||
|
||||
Reference in New Issue
Block a user