diff options
author | antoine <antoine@FreeBSD.org> | 2017-05-20 02:46:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-05-20 02:46:57 +0800 |
commit | 2a7f2d56b88bc98be07924305317fe8cbde38100 (patch) | |
tree | 3e98659c1173ef3b10c0d399a7f9530ea0ef7408 /textproc | |
parent | c6a06fe2e90a5a8a0b37e8da4d1c4f3e9f7aac1f (diff) | |
download | freebsd-ports-gnome-2a7f2d56b88bc98be07924305317fe8cbde38100.tar.gz freebsd-ports-gnome-2a7f2d56b88bc98be07924305317fe8cbde38100.tar.zst freebsd-ports-gnome-2a7f2d56b88bc98be07924305317fe8cbde38100.zip |
Mark BROKEN: fails to build
In file included from info.c:34:
In file included from /usr/local/include/uninum/uninum.h:19:
/usr/local/include/gmp.h:1736:33: error: use of undeclared identifier 'UINT_MAX'
__GMPZ_FITS_UTYPE_P (__gmp_z, UINT_MAX);
Reported by: pkg-fallout
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/msort/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index 1afb3a7e561b..37c36efe75d7 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -13,6 +13,8 @@ COMMENT= Sorting files in sophisticated ways LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build + LIB_DEPENDS= libtre.so:textproc/libtre \ libuninum.so:devel/libuninum \ libutf8proc.so:textproc/utf8proc |