aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-11-25 15:47:11 +0800
committerjbeich <jbeich@FreeBSD.org>2016-11-25 15:47:11 +0800
commit99302d6d140394423009bbdf2f389dfb4c4383cc (patch)
tree63e69a17a6b4c552aa256fa5f04cb4b4980cf6e1 /www
parent242167832372268c3595eb9f69e940950faa4b95 (diff)
downloadfreebsd-ports-graphics-99302d6d140394423009bbdf2f389dfb4c4383cc.tar.gz
freebsd-ports-graphics-99302d6d140394423009bbdf2f389dfb4c4383cc.tar.zst
freebsd-ports-graphics-99302d6d140394423009bbdf2f389dfb4c4383cc.zip
www/tengine: video-thumbextractor is broken after r358176
In file included from src/ngx_http_video_thumbextractor_module.c:3: src/ngx_http_video_thumbextractor_module_utils.c:5:10: fatal error: 'wand/magick_wand.h' file not found ^ /usr/bin/ld: cannot find -lMagickWand cc: error: linker command failed with exit code 1 (use -v to see invocation) PR: 185462 207547 Reported by: antoine (via exp-run)
Diffstat (limited to 'www')
-rw-r--r--www/tengine/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/tengine/Makefile b/www/tengine/Makefile
index 9bec8889508..6bd615a3fa8 100644
--- a/www/tengine/Makefile
+++ b/www/tengine/Makefile
@@ -456,6 +456,7 @@ LIB_DEPENDS+= libavformat.so:multimedia/ffmpeg \
libswscale.so:multimedia/ffmpeg \
libMagickWand-6.so:graphics/ImageMagick
USES+= jpeg
+BROKEN= fatal error: 'wand/magick_wand.h' file not found
NGINX_VIDEO_THUMBEXTRACTOR_VERSION= 0.2.0
GH_ACCOUNT+= wandenberg:videothumbextractor
GH_PROJECT+= nginx-video-thumbextractor-module:videothumbextractor