K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-07-27T22:08:21.675732Z K 7 svn:log V 574 science/ncnn: fix build with GCC-based architectures This adds USES=compiler:c11 because of: /usr/local/poudriere/ports/default/science/ncnn/work/ncnn-20190611-40-gd3be711/src/layer/convolutiondepthwise.cpp:450: error: expected '#pragma omp' clause before 'collapse' It's detected that our base compiler supports OpenMP and new OpenMP features are then used. That's why we need new GCC. USES=compiler:openmp would work but it uses a base compiler. Since this port builds also without OpenMP, no further modifications are needed. Approved by: mentors (implicit approval) END