pkgsrc/devel/nspr/hacks.mk
bjs 0400b542c1 Update to version 4.6.7 (bugfix release). See new patches
for more information about them.  While here, fix pkglint warnings.

ok'd by joerg@
2007-09-25 04:18:25 +00:00

13 lines
254 B
Makefile

# $NetBSD: hacks.mk,v 1.1 2007/09/25 04:18:26 bjs Exp $
.if !defined(NSPR_HACKS_MK)
NSPR_HACKS_MK= # defined
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-[34]*)
CFLAGS+= -fno-strict-aliasing
PKG_HACKS+= no-strict-aliasing
.endif
.endif