diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-26 17:31:59 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-26 17:31:59 +0800 |
commit | 4412dccfb064d83e810a03b59b75afd242c6f33e (patch) | |
tree | d5ad478dbd7d7696eed1789f1d1481054ba901da /deskutils | |
parent | b661f4da686f3c07d6f5ef091748aee422c1170f (diff) | |
download | freebsd-ports-gnome-4412dccfb064d83e810a03b59b75afd242c6f33e.tar.gz freebsd-ports-gnome-4412dccfb064d83e810a03b59b75afd242c6f33e.tar.zst freebsd-ports-gnome-4412dccfb064d83e810a03b59b75afd242c6f33e.zip |
- Mark BROKEN on 9 i386:
XapianIndex.cpp:994: error: integer constant is too large for 'long' type
Approved by: portmgr blanket
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/pinot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index d4583a357a0f..cd677825625b 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -38,6 +38,8 @@ USE_GITHUB= yes GH_ACCOUNT= FabriceColin GH_TAGNAME= c14d6d5 +BROKEN_FreeBSD_9_i386= does not build + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-http=curl --with-ssl=${OPENSSLBASE} --enable-libarchive \ --enable-mempool=no |