pkgsrc-wip/dovecot/hacks.mk
Todd Vierling c7707159c9 Temporary holding area for Dovecot 1.0-alpha release series, to be used
to replace mail/dovecot at some point in the future.

Funny version numbering is used here to make this package dewey-comparable
against mail/dovecot; 1.0.alphaN is "dovecot-0.99.99.N".
2005-08-19 16:35:43 +00:00

9 lines
231 B
Makefile

# $NetBSD: hacks.mk,v 1.1.1.1 2005/08/19 16:35:43 tvierling 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}
.endif