Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / news / knews / hacks.mk
blob3a912fe8b5503bb57f1b132a32ca9a92c055b750
1 # $NetBSD$
3 ### [Sun 17 Jun 2012 00:05:38 UTC : tron]
4 ### GCC 4.2.1 (Based on Apple Inc. build 5658) as shipped with
5 ### Mac OS X Lion gets stuck in an endless loop while compiling
6 ### this package.
8 .if !empty(MACHINE_PLATFORM:MDarwin-11.*-i386)
9 PKG_HACKS+= macosx-lion-compiler-hang
10 BUILDLINK_TRANSFORM+= rename:-O2:-O1
11 .endif