- 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.
9 lines
227 B
Makefile
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
|