1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- fix build on CURRENT (libc/symbol)

This commit is contained in:
Dirk Meyer 2007-05-28 12:27:04 +00:00
parent 9cf6f3df33
commit 9a5072ef7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192172

View File

@ -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>