K 10 svn:author V 6 marino K 8 svn:date V 27 2014-05-16T14:32:33.343443Z K 7 svn:log V 231 devel/gnatpython: Correct build on FreeBSD 10+ GNATPython was hardcoded to use gcc and that caused the c-based rlimit utility to fail to build. Changing "gcc" to "cc" in the setup script solved the issue for clang-based systems. END