Merged in tgkokk/haikuports/libevent (pull request #461)

libevent: Mark x86_gcc2 architecture as not working
This commit is contained in:
Scott McCreary
2015-01-14 18:43:26 -08:00
2 changed files with 27 additions and 18 deletions

View File

@@ -16,8 +16,13 @@ COPYRIGHT="2000-2007 Niels Provos, 2005 Nick Mathewson, and other contributors."
REVISION="7"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
else
ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
fi
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
libevent${secondaryArchSuffix} = ${portVersion}