mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user