diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-23 00:04:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-23 00:04:19 +0800 |
commit | c7bd35dd7a04267304bb24e7763ce9a2f862c245 (patch) | |
tree | c5e899899564f09bbd94410678db0ab936c225e5 /multimedia/oggvideotools | |
parent | 1570d70ff8e9cf8c52948fc11b4e6bf7fe881e65 (diff) | |
download | freebsd-ports-gnome-c7bd35dd7a04267304bb24e7763ce9a2f862c245.tar.gz freebsd-ports-gnome-c7bd35dd7a04267304bb24e7763ce9a2f862c245.tar.zst freebsd-ports-gnome-c7bd35dd7a04267304bb24e7763ce9a2f862c245.zip |
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
Diffstat (limited to 'multimedia/oggvideotools')
-rw-r--r-- | multimedia/oggvideotools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/oggvideotools/Makefile b/multimedia/oggvideotools/Makefile index 3ec6262db3e6..160ae073b5d4 100644 --- a/multimedia/oggvideotools/Makefile +++ b/multimedia/oggvideotools/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= libgd.so:graphics/gd \ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis +BROKEN_powerpc64= fails to build: decoderTest.cpp: 'memset' was not declared in this scope + USES= cmake compiler:c++11-lib localbase:ldflags pkgconfig tar:bz2 USE_CXXSTD= c++11 USE_SDL= sdl |