diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-05-28 12:27:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-05-28 12:27:04 +0000 |
commit | 9a5072ef7af77d5fcdf32d9ae344caec81241562 (patch) | |
tree | 9ccdf6405d0400c0c48e6650f46f8a1f594380c8 /graphics/pixen/Makefile | |
parent | 9cf6f3df33cfa96a85b2c6e80a5fa7e177f839ae (diff) | |
download | ports-9a5072ef7af77d5fcdf32d9ae344caec81241562.tar.gz ports-9a5072ef7af77d5fcdf32d9ae344caec81241562.zip |
Notes
Diffstat (limited to 'graphics/pixen/Makefile')
-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> |