freebsd-ports/graphics/libosmesa/files/patch-src-mesa-main_macros.h
Pietro Cerutti ef0db57081 - Update to 7.9.1
Release notes: http://mesa3d.org/relnotes-7.9.1.html

Feature safe:	yes
2011-01-31 14:25:33 +00:00

10 lines
280 B
C

--- src/mesa/main/macros.h.orig 2010-10-19 08:03:53.000000000 +0000
+++ src/mesa/main/macros.h 2010-10-19 08:05:32.000000000 +0000
@@ -33,6 +33,7 @@
#include "imports.h"
+#define log2(x) (log(x) / log(2))
/**
* \name Integer / float conversion for colors, normals, etc.