pkgsrc/audio/arts/hacks.mk

10 lines
240 B
Makefile
Raw Normal View History

$NetBSD: hacks.mk,v 1.1 2005/09/08 16:24:15 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