summaryrefslogtreecommitdiff
path: root/math/yorick/hacks.mk
blob: aec55a334c6cbf195f8a8c4105383bdb5dae9c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: hacks.mk,v 1.1 2006/08/20 16:01:34 schwarz Exp $

.if !defined(YORICK_HACKS_MK)
YORICK_HACKS_MK=	# defined

### [Sun Aug 20 17:40:24 CEST 2006 : schwarz]
### when compiling with -ffast-math on Darwin the system thinks that
### libmath contains exp10.
###
.if ${OPSYS} == "Darwin"
PKG_HACKS+=		no_exp10
CPPFLAGS+=		-DNO_EXP10
.endif

.endif