K 10 svn:author V 6 gerald K 8 svn:date V 27 2014-02-26T20:59:16.118494Z K 7 svn:log V 537 Replace the manual construction of ${LOCALBASE}/lib/${CC}, which is not appropriate for clang and fragile for GCC, by ${LDFLAGS}. This is not only more robust, ${LDFLAGS} will also provide -Wl,-rpath when necessary. Plus extend an existing CONFIGURE_ENV instead of overwriting it. With these changes, the configure problem that made the build fail goes away. On FreeBSD 10.x and above there still are C++ errors later in the build, so leave the port BROKEN. Approved by: swills (maintainer) With help from: redports.org, mat, decke END