summaryrefslogtreecommitdiff
path: root/graphics/pixen
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-05-28 12:27:04 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-05-28 12:27:04 +0000
commit9a5072ef7af77d5fcdf32d9ae344caec81241562 (patch)
tree9ccdf6405d0400c0c48e6650f46f8a1f594380c8 /graphics/pixen
parent* fix dependencies (diff)
- fix build on CURRENT (libc/symbol)
Notes
Notes: svn path=/head/; revision=192172
Diffstat (limited to 'graphics/pixen')
-rw-r--r--graphics/pixen/Makefile2
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>