summaryrefslogtreecommitdiff
path: root/mail/imap-uw/hacks.mk
blob: 74d5c9bb5b7aa932417d6107418c0c09382a7eab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: hacks.mk,v 1.2 2014/12/15 11:46:35 jperkin Exp $

.include "../../mk/compiler.mk"

### [Thu Jan 23 01:28:36 2003 UTC : dmcmahill]
### On PowerPC, building with optimisation with GCC causes an "attempt
### to free unreference scalar".  Remove optimisation flags as a
### workaround until GCC is fixed.
###
.if !empty(CC_VERSION:Mgcc*) && !empty(MACHINE_PLATFORM:MNetBSD-*-alpha)
PKG_HACKS+=		alpha-codegen
BUILDLINK_TRANSFORM+=	opt:-O[0-9]*:-O
.endif