mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 18:50:08 +02:00
cppunit, fix architectures (#3930)
This commit is contained in:
committed by
Jérôme Duval
parent
a8d82345dd
commit
b64ffcdc4c
@@ -10,11 +10,11 @@ COPYRIGHT="2000 Jerome Lacoste
|
||||
2001-2002, 2007-2008 Steve Robbins
|
||||
2012-2013 Harvey Brydon"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://dev-www.libreoffice.org/src/cppunit-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780"
|
||||
|
||||
ARCHITECTURES="!x86 x86_gcc2 x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="0.0.0"
|
||||
@@ -24,7 +24,6 @@ portVers="${portVersion%.*}"
|
||||
|
||||
PROVIDES="
|
||||
cppunit$secondaryArchSuffix = $portVersion
|
||||
# cmd:cppunit_config$secondaryArchSuffix = $portVersionCompat
|
||||
cmd:DllPlugInTester$secondaryArchSuffix = $portVersionCompat
|
||||
lib:libcppunit$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libcppunit_$portVers$secondaryArchSuffix = $libVersionCompat
|
||||
|
||||
Reference in New Issue
Block a user