repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
audio
/
arts
/
hacks.mk
blob
4f1991975a924931d3e1f631393440d41f27411c
1
# $NetBSD: hacks.mk,v 1.1 2005/09/08 16:24:15 schmonz Exp $
2
3
.
include
"../../mk/bsd.prefs.mk"
4
5
# Work round an ICE with GCC 3.3 on sparc
6
.if
${
OPSYS
} ==
"NetBSD"
&& ${
MACHINE_ARCH
} ==
"sparc"
7
PKG_HACKS
+=
sparc-gcc33-ice
8
GCC_REQD
+=
3.4
9
.
endif