mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
redland: fix build for secondary arch
This commit is contained in:
@@ -11,7 +11,7 @@ HOMEPAGE="http://librdf.org/"
|
||||
COPYRIGHT="2000-2013 Dave Beckett
|
||||
2000-2005 University of Bristol"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="6"
|
||||
REVISION="7"
|
||||
SOURCE_URI="http://download.librdf.org/source/redland-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681"
|
||||
|
||||
@@ -31,6 +31,7 @@ REQUIRES="
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libltdl$secondaryArchSuffix
|
||||
lib:libodbc$secondaryArchSuffix
|
||||
lib:libiodbcinst$secondaryArchSuffix
|
||||
lib:libraptor2$secondaryArchSuffix
|
||||
lib:librasqal$secondaryArchSuffix
|
||||
lib:libsqlite3$secondaryArchSuffix
|
||||
@@ -65,7 +66,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:bison$secondaryArchSuffix
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:gtkdoc_check
|
||||
# cmd:gtkdoc_check # breaks secondary arch build
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -74,17 +75,13 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
|
||||
runConfigure ./configure
|
||||
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $libDir/redland
|
||||
|
||||
make install
|
||||
|
||||
# remove libtool library files
|
||||
|
||||
Reference in New Issue
Block a user