pkgsrc-wip/dovecot-nightly/hacks.mk
Roland Illig 91a02fafba Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
2005-12-05 22:27:44 +00:00

9 lines
226 B
Makefile

# $NetBSD: hacks.mk,v 1.2 2005/12/05 22:27:45 rillig Exp $
.include "../../mk/compiler.mk"
# Avoid an ICE in gcc2 on sparc64
.if !empty(CC_VERSION:Mgcc-*)
PKG_HACKS+= sparc64-gcc2-ice
CONFIGURE_ENV+= F77=${FALSE:Q}
.endif