graphics/php-facedetect: fix build on GCC architectures
/wrkdirs/usr/ports/graphics/php-facedetect/work-php72/PHP-Facedetect-2a8974b/facedetect.cc:203: error: reference to 'uint32_t' is ambiguous /usr/include/sys/_stdint.h:66: error: candidates are: typedef __uint32_t uint32_t /usr/local/include/opencv2/core/cvdef.h:492: error: typedef uint32_t cv::uint32_t
This commit is contained in:
parent
0a96102168
commit
162e9fa365
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555066
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ GH_TAGNAME= 2a8974b
|
|||
|
||||
LIBS+= -lopencv_core
|
||||
|
||||
USES= localbase php:ext pkgconfig
|
||||
USES= compiler:c11 localbase php:ext pkgconfig
|
||||
|
||||
CONFIGURE_ARGS+= --with-facedetect
|
||||
|
||||
|
|
Loading…
Reference in a new issue