diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-05-09 01:10:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-05-09 01:10:11 +0000 |
commit | 532105a93cf41f4fe7a4666875c156eabae2ae75 (patch) | |
tree | 61c3b03ca83f7ee408d0e57d069b884202696225 /graphics/php-facedetect | |
parent | 07485881725782b3552ec708bd2ec7ca164f918a (diff) | |
download | ports-532105a93cf41f4fe7a4666875c156eabae2ae75.tar.gz ports-532105a93cf41f4fe7a4666875c156eabae2ae75.zip |
Notes
Diffstat (limited to 'graphics/php-facedetect')
-rw-r--r-- | graphics/php-facedetect/files/patch-facedetect.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/php-facedetect/files/patch-facedetect.c b/graphics/php-facedetect/files/patch-facedetect.c new file mode 100644 index 000000000000..a72e9f6169af --- /dev/null +++ b/graphics/php-facedetect/files/patch-facedetect.c @@ -0,0 +1,10 @@ +--- facedetect.c.orig 2018-05-02 21:46:34.553339000 +0000 ++++ facedetect.c 2018-05-02 21:46:52.704512000 +0000 +@@ -25,6 +25,7 @@ + + #include <opencv/cv.h> + #include <opencv/highgui.h> ++#include <opencv2/core/version.hpp> + + /* {{{ facedetect_functions[] + * |