Fix x86 build of libao

This commit is contained in:
Scott McCreary
2013-12-19 08:42:05 -08:00
parent f2382511c4
commit 7265709bcf

View File

@@ -29,9 +29,9 @@ REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
cmd:aclocal
cmd:autoconf
cmd:automake
@@ -39,11 +39,9 @@ BUILD_PREREQUIRES="
cmd:ld$secondaryArchSuffix
cmd:libtoolize
cmd:make
cmd:pkg_config$secondaryArchSuffix
"
BUILD()
{
# sed -i 's/$(datadir)\/aclocal/`finddir B_COMMON_DATA_DIRECTORY`\/aclocal/g' M*
@@ -74,11 +72,9 @@ INSTALL()
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libao_devel = $portVersion
devel:libao = 0.0.0 compat >= 0
libao${secondaryArchSuffix}_devel = $portVersion
devel:libao$secondaryArchSuffix = 0.0.0 compat >= 0
"
REQUIRES_devel="
libao == $portVersion base
libao$secondaryArchSuffix == $portVersion base
"