diff options
Diffstat (limited to 'graphics/pixen')
-rw-r--r-- | graphics/pixen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pixen/Makefile b/graphics/pixen/Makefile index ff76ea8d2cac..db012690e114 100644 --- a/graphics/pixen/Makefile +++ b/graphics/pixen/Makefile @@ -22,6 +22,6 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -ADDITIONAL_OBJCFLAGS+= -Dlog2=__log2 +ADDITIONAL_OBJCFLAGS+= -Dlog2=logb .include <bsd.port.mk> |