mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
opencv: disable on x86_gcc2
This commit is contained in:
@@ -18,7 +18,7 @@ SOURCE_URI_2="https://github.com/opencv/opencv_contrib/archive/$portVersion.tar.
|
||||
SOURCE_FILENAME_2="opencv_contrib-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256_2="12c3b1ddd0b8c1a7da5b743590a288df0934e5cef243e036ca290c2e45e425f5"
|
||||
|
||||
ARCHITECTURES="all ?x86"
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
|
||||
|
||||
Reference in New Issue
Block a user