netsurf: build on x86 and x86_64

* fix dependencies and build system
* check doesn't build correctly with haikuporter on x86_64 beause
of a Python bug (hard link extraction in tar files)
This commit is contained in:
Jerome Duval
2014-08-30 19:38:02 +00:00
parent 982571ec0d
commit 36e2c0ed6d
16 changed files with 504 additions and 140 deletions

View File

@@ -9,7 +9,7 @@ REVISION="1"
COPYRIGHT="1998-2000 Larry Wall and Clark Cooper. All rights reserved."
LICENSE="Artistic (Perl)"
ARCHITECTURES="x86 x86_gcc2"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PROVIDES="
xml_parser = $portVersion
@@ -23,9 +23,12 @@ REQUIRES="
BUILD_REQUIRES="
haiku_devel >= $haikuVersion
devel:libexpat
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:make
cmd:perl"
cmd:perl
"
SOURCE_DIR="XML-Parser-2.36"