K 10 svn:author V 5 danfe K 8 svn:date V 27 2012-06-21T16:59:38.000000Z K 7 svn:log V 443 Unbreak on FreeBSD 9.X and -CURRENT after r215840: #include inside `#pragma GCC visibility push(hidden)' results in free() symbol being .hidden, and linker woes. As a remedy, temporarily revert visibility to default when including this header (probably not the best way to solve the problem though). While here, pacify portlint(1) by removing hard-coded shlib ABI versions in LIB_DEPENDS. Reported by: pointyhat (via pav, erwin) END