diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-12 02:47:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-12 02:47:51 +0800 |
commit | b9708fa0262209caf13518a39290527e3e634e6b (patch) | |
tree | 211c44b1918aacfd9c70f454239644bbca92c24e /multimedia | |
parent | fdb41380793dabc6f5ae09b6afcea534af71515a (diff) | |
download | freebsd-ports-gnome-b9708fa0262209caf13518a39290527e3e634e6b.tar.gz freebsd-ports-gnome-b9708fa0262209caf13518a39290527e3e634e6b.tar.zst freebsd-ports-gnome-b9708fa0262209caf13518a39290527e3e634e6b.zip |
- Mark BROKEN on 9.x:
g++48: internal compiler error: Segmentation fault: 11 (program cc1plus)
Approved by: portmgr blanket
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 66aeedeca936..ab26709a6c93 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libboost_regex.so:devel/boost-libs \ libmatroska.so:multimedia/libmatroska +BROKEN_FreeBSD_9= does not build: g++48 internal compiler error + USES= compiler:c++11-lib iconv pkgconfig tar:xz GNU_CONFIGURE= yes USE_RUBY= yes |