summaryrefslogtreecommitdiff
path: root/graphics/vigra/hacks.mk
blob: e95985187f11cce7d609bb03ef48b72bb62124be (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: hacks.mk,v 1.1.1.1 2008/08/25 18:17:56 bjs Exp $
#
.if !defined(VIGRA_HACKS_MK)
VIGRA_HACKS_MK=	# empty
.  include "../../mk/compiler.mk"
#
.  if !empty(CC_VERSION:Mgcc-[34]*)
PKG_HACKS+=	no-strict-aliasing
CFLAGS+=	-fno-strict-aliasing
.  endif
.endif