summaryrefslogtreecommitdiff
path: root/mail/dovecot/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dovecot/hacks.mk')
-rw-r--r--mail/dovecot/hacks.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/dovecot/hacks.mk b/mail/dovecot/hacks.mk
new file mode 100644
index 00000000000..454b2c7dba2
--- /dev/null
+++ b/mail/dovecot/hacks.mk
@@ -0,0 +1,9 @@
+# $NetBSD: hacks.mk,v 1.1 2005/01/08 19:58:16 schmonz 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