summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-23 16:13:15 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-23 16:13:15 +0000
commit29410b915b8509005bb2cfbda494f2ee9235e444 (patch)
tree54c189729b45b83b99ad627c66eb21c851502631 /biology
parentgames/openarena: fix build on powerpc64 (diff)
biology/tabixpp: fix build on GCC architectures
c++ -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -c tabix.cpp -Ihtslib In file included from /usr/local/include/htslib/hts.h:37, from /usr/local/include/htslib/tbx.h:30, from tabix.hpp:5, from tabix.cpp:1: /usr/local/include/htslib/kstring.h: In function 'int ks_resize(kstring_t*, size_t)': /usr/local/include/htslib/kstring.h:149: error: 'SIZE_MAX' was not declared in this scope tabix.cpp: In constructor 'Tabix::Tabix(std::string&)': tabix.cpp:15: warning: 'bgzf_is_bgzf' is deprecated (declared at /usr/local/include/htslib/bgzf.h:263) tabix.cpp:15: warning: 'bgzf_is_bgzf' is deprecated (declared at /usr/local/include/htslib/bgzf.h:263)
Notes
Notes: svn path=/head/; revision=556113
Diffstat (limited to 'biology')
-rw-r--r--biology/tabixpp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/tabixpp/Makefile b/biology/tabixpp/Makefile
index 83413d207c85..d1230fae4052 100644
--- a/biology/tabixpp/Makefile
+++ b/biology/tabixpp/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libhts.so:biology/htslib
-USES= localbase:ldflags
+USES= compiler:c11 localbase:ldflags
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= ekg