cairo: remove old recipes

This commit is contained in:
Jerome Duval
2014-10-04 11:59:50 +00:00
parent 30016b3c7e
commit 0cafa169ea
6 changed files with 7 additions and 140 deletions

View File

@@ -28,8 +28,13 @@ MPL v1.1
SRC_URI="http://cairographics.org/releases/cairo-$portVersion.tar.xz"
CHECKSUM_SHA256="2505959eb3f1de3e1841023b61585bfd35684b9733c7b6a3643f4f4cbde6d846"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
# for a different secondary architecture.
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
fi
SECONDARY_ARCHITECTURES="x86"
PATCHES="cairo-$portVersion.patchset"