diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-05-28 20:27:04 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-05-28 20:27:04 +0800 |
commit | 4ffeffafafa00d4ec2a2a85f0a7cd1a62a730a4e (patch) | |
tree | 85b32a33960ac744b43f3a114a2364fbd06dc53b /graphics/pixen | |
parent | 12bf3efca407cd563e4273a4a5e91c5b515efcb2 (diff) | |
download | freebsd-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/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> |