mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Update supported targets for OptiPNGTranslator
Mark x86 and x86_64 as supported targets in OptiPNG and OptiPNGTranslator.
This commit is contained in:
@@ -8,7 +8,7 @@ SRC_URI="git://github.com/noryb009/OptiPNGTranslator.git#8e3996a92d840f3c097cf95
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2013 Luke (noryb009)"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
if [ $buildArchitecture = x86_gcc2 ] && \
|
||||
[ $targetArchitecture = x86_gcc2 ]; then
|
||||
|
||||
Reference in New Issue
Block a user