freebsd-ports/graphics/openimageio/files/patch-include__fmath.h
Martin Wilke a4b6ae2319 - Update to 1.1.6
PR:		176241
Submitted by:	maintainer
2013-02-19 13:57:18 +00:00

11 lines
333 B
C

--- include/fmath.h.orig 2013-01-21 11:39:43.845857535 +1030
+++ include/fmath.h 2013-01-21 11:39:52.142857433 +1030
@@ -972,7 +972,7 @@
// Functions missing from FreeBSD
-#if (defined(__FreeBSD__) && (__FreeBSD_version < 803000))
+#if (defined(__FreeBSD__) && (__FreeBSD_version < 802502))
inline float
log2f (float val) {