pkgsrc - initial commit
[pkgsrc.git] / audio / celt / hacks.mk
1 # $NetBSD: hacks.mk,v 1.1.1.1 2008/12/03 00:44:49 bjs Exp $
2 #
3
4 .if !defined(CELT_HACKS_MK)
5 CELT_HACKS_MK=  # empty
6 .  include "../../mk/compiler.mk"
7 ###
8 ### XXX Remove this if unneeded in the future.
9 ###
10 .  if !empty(CC_VERSION:Mgcc-[34]*)
11 CFLAGS+=        -fno-strict-aliasing
12 PKG_HACKS+=     no-strict-aliasing
13 .  endif
14 .endif