a patch (from mplayer....) for me fixed the problem put it in files directory and build the package again
--- tools/exp_combine.cpp.orig 2011-03-01 23:01:25.652278474 -0300 +++ tools/exp_combine.cpp 2011-03-01 23:01:42.212845808 -0300 @@ -11,6 +11,9 @@ #include <exiv2/image.hpp> #include <exiv2/exif.hpp> +#define log2(x) (log(x) * 1.44269504088896340736) +#define log2f(x) ((float)log2(x)) + using namespace std; enum
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
