mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Doxygen: Add missed $secondaryArchSuffix.
This commit is contained in:
@@ -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
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user