pkgsrc/audio/arts/hacks.mk
schmonz 26764c33cd Some days it's harder than others to hide my paucity of brain cells.
Comment out the RCS Id tag. Thanks Hisashi T Fujinaka.
2005-09-14 04:15:55 +00:00

9 lines
242 B
Makefile

# $NetBSD: hacks.mk,v 1.2 2005/09/14 04:15:55 schmonz Exp $
.include "../../mk/bsd.prefs.mk"
# Work round an ICE with GCC 3.3 on sparc
.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc"
PKG_HACKS+= sparc-gcc33-ice
GCC_REQD+= 3.4
.endif