pkgsrc-wip/dovecot-nightly/hacks.mk
Todd Vierling 27e8717f86 Merge my pending changes that got clobbered in the interim:
- Take over maintainership, under permission of prior MAINTAINER.
- Remove Cyrus SASL configurability; it doesn't exist here anymore.
- Remove pop3d configurability; there's no reason not to build it.
- Autodetect WRKSRC via another clever ${...:sh} make hack.
- Make patches match mail/dovecot and wip/dovecot-stable more closely.
2005-08-01 15:02:47 +00:00

9 lines
227 B
Makefile

# $NetBSD: hacks.mk,v 1.1 2005/08/01 15:02:47 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