mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
opencv4.13, enable 32bit (#13761)
This commit is contained in:
@@ -20,7 +20,7 @@ CHECKSUM_SHA256_2="1e0077a4fd2960a7d2f4c9e49d6ba7bb891cac2d1be36d7e8e47aa97a9d10
|
||||
SOURCE_DIR="opencv-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
@@ -513,7 +513,7 @@ INSTALL()
|
||||
libopencv_wechat_qrcode
|
||||
|
||||
# fixCmake
|
||||
sed -i 's,\/include,/'${relativeIncludeDir}',g' \
|
||||
sed -i 's,\/include,/${relativeIncludeDir},g' \
|
||||
$libDir/cmake/opencv4/OpenCVConfig.cmake
|
||||
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user