aboutsummaryrefslogtreecommitdiff
path: root/graphics/php-facedetect
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-14 01:37:40 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-14 01:37:40 +0000
commit162e9fa3650be71771c85409b4667e66a3dcf90b (patch)
tree74f5d6d120102d0ed6f1fc3b8ec4001ab50d1c32 /graphics/php-facedetect
parent0a96102168c46d81505521341d11898d9fd268aa (diff)
downloadports-162e9fa3650be71771c85409b4667e66a3dcf90b.tar.gz
ports-162e9fa3650be71771c85409b4667e66a3dcf90b.zip
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
Notes
Notes: svn path=/head/; revision=555066
Diffstat (limited to 'graphics/php-facedetect')
-rw-r--r--graphics/php-facedetect/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/php-facedetect/Makefile b/graphics/php-facedetect/Makefile
index feee38df3743..a71e8e22d301 100644
--- a/graphics/php-facedetect/Makefile
+++ b/graphics/php-facedetect/Makefile
@@ -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