Subject: | Does not build on BSD systems |
Trying to build the distribution on a *BSD system fails in the configure phase. See http://www.cpantesters.org/cpan/report/e5707b1e-f0e9-11e3-91af-b13c75ee6823 for a sample fail report.
Looking at the FreeBSD port for devel/libuninum I found out that the following environment variables need to be set, for the configure and make phase:
INCLUDES=-I/usr/local/include LDFLAGS=-L/usr/local/lib
With this change the distribution can be built on FreeBSD 9.2. There's still a test failure with FreeBSD 10.0.