diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-20 12:02:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-20 12:02:07 +0000 |
commit | 73a2d70934144e0597ca6a667908f5304f959009 (patch) | |
tree | f214fd97b3e397fb90830db2b455ad9033c3e640 /multimedia/ffmpegthumbnailer | |
parent | bf55d31cb050e24a148fe16f79ccba943b19fd34 (diff) |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Notes
Notes:
svn path=/head/; revision=441309
Diffstat (limited to 'multimedia/ffmpegthumbnailer')
-rw-r--r-- | multimedia/ffmpegthumbnailer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile index 6e90a80a51e7..54394aa2520a 100644 --- a/multimedia/ffmpegthumbnailer/Makefile +++ b/multimedia/ffmpegthumbnailer/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png \ libswscale.so:multimedia/ffmpeg +BROKEN_powerpc64= fails to compile: moviedecoder.cpp: error: 'to_string' is not a member of 'std' + USE_GITHUB= yes GH_ACCOUNT= dirkvdb |