diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 20:40:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 20:40:34 +0800 |
commit | 5b519c7658a9ac928f5c2756da74a7b7120ca22f (patch) | |
tree | 40954dc938e0b532fa9d0453829a7e0b8176f5ce /misc/xiphos | |
parent | dec7496730573887fcf41d16649667711379c3dc (diff) | |
download | freebsd-ports-gnome-5b519c7658a9ac928f5c2756da74a7b7120ca22f.tar.gz freebsd-ports-gnome-5b519c7658a9ac928f5c2756da74a7b7120ca22f.tar.zst freebsd-ports-gnome-5b519c7658a9ac928f5c2756da74a7b7120ca22f.zip |
xiphos fails to build on FreeBSD 11 too
Diffstat (limited to 'misc/xiphos')
-rw-r--r-- | misc/xiphos/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 96ff87111b0a..a749914723e1 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -11,8 +11,7 @@ COMMENT= Bible interface utilizing the sword framework LICENSE= GPLv2 -BROKEN_FreeBSD_12= fails to compile: /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25 -BROKEN_FreeBSD_13= fails to compile: /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25 +BROKEN= fails to compile: /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25 BUILD_DEPENDS= ${RUN_DEPENDS} \ docbook2html:textproc/docbook-utils \ |