summaryrefslogtreecommitdiff
path: root/news/knews/hacks.mk
blob: 2bc6f84fb06aa2ce8c2f40db6f7397f3ddf2927f (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: hacks.mk,v 1.2 2014/12/15 11:46:36 jperkin Exp $

### [Sun 17 Jun 2012 00:05:38 UTC : tron]
### GCC 4.2.1 (Based on Apple Inc. build 5658) as shipped with
### Mac OS X Lion gets stuck in an endless loop while compiling
### this package.

.if !empty(MACHINE_PLATFORM:MDarwin-11.*-i386)
PKG_HACKS+=		macosx-lion-compiler-hang
BUILDLINK_TRANSFORM+=	opt:-O2:-O1
.endif