Files
pkgsrc-ng/news/knews/hacks.mk
2016-01-21 23:40:00 +01:00

12 lines
376 B
Makefile

# $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