pkgsrc/audio/arts/hacks.mk

10 lines
242 B
Makefile
Raw Normal View History

# $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