pkgsrc/graphics/Coin/hacks.mk
minskim 550e9bad97 Turn off optimization as a workaround for PR toolchain/33097. No PKGREVSION
bump because this package has never built in bulk-builds since the last bump.
Remove BROKEN_IN.
2006-03-19 20:06:05 +00:00

16 lines
424 B
Makefile

# $NetBSD: hacks.mk,v 1.1 2006/03/19 20:06:05 minskim Exp $
.if !defined(COIN_HACKS_MK)
COIN_HACKS_MK= defined
###
### Compiling Coin on NetBSD with optimization causes an internal
### compiler error. This is a workaround for PR toolchain/33097.
### Not sure if other platforms have the same issue.
###
.if ${OPSYS} == "NetBSD"
PKG_HACKS+= optimization
BUILDLINK_TRANSFORM+= rm:-O[0-9]*
.endif
.endif # COIN_HACKS_MK