Doxygen: Add missed $secondaryArchSuffix.

This commit is contained in:
Augustin Cavalier
2015-07-21 19:32:42 -04:00
parent 834256e464
commit 9c861ba82c

View File

@@ -22,7 +22,7 @@ LICENSE="GNU GPL v2"
SOURCE_URI="http://ftp.stack.nl/pub/users/dimitri/doxygen-$portVersion.src.tar.gz" SOURCE_URI="http://ftp.stack.nl/pub/users/dimitri/doxygen-$portVersion.src.tar.gz"
CHECKSUM_SHA256="cedf78f6d213226464784ecb999b54515c97eab8a2f9b82514292f837cf88b93" CHECKSUM_SHA256="cedf78f6d213226464784ecb999b54515c97eab8a2f9b82514292f837cf88b93"
PATCHES="doxygen-$portVersion.patch" PATCHES="doxygen-$portVersion.patch"
REVISION="1" REVISION="2"
ARCHITECTURES="x86 ?x86_64" ARCHITECTURES="x86 ?x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building # x86_gcc2 is fine as primary target architecture as long as we're building
@@ -34,7 +34,7 @@ fi
SECONDARY_ARCHITECTURES="x86" SECONDARY_ARCHITECTURES="x86"
PROVIDES=" PROVIDES="
doxygen = $portVersion compat >= 1.8 doxygen$secondaryArchSuffix = $portVersion compat >= 1.8
cmd:doxygen = $portVersion compat >= 1.8 cmd:doxygen = $portVersion compat >= 1.8
cmd:doxytag = $portVersion compat >= 1.8 cmd:doxytag = $portVersion compat >= 1.8
" "