aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pixen
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-05-28 20:27:04 +0800
committerdinoex <dinoex@FreeBSD.org>2007-05-28 20:27:04 +0800
commit4ffeffafafa00d4ec2a2a85f0a7cd1a62a730a4e (patch)
tree85b32a33960ac744b43f3a114a2364fbd06dc53b /graphics/pixen
parent12bf3efca407cd563e4273a4a5e91c5b515efcb2 (diff)
downloadfreebsd-ports-gnome-4ffeffafafa00d4ec2a2a85f0a7cd1a62a730a4e.tar.gz
freebsd-ports-gnome-4ffeffafafa00d4ec2a2a85f0a7cd1a62a730a4e.tar.zst
freebsd-ports-gnome-4ffeffafafa00d4ec2a2a85f0a7cd1a62a730a4e.zip
- fix build on CURRENT (libc/symbol)
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>