diff options
author | tron <tron@pkgsrc.org> | 2012-06-17 00:10:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-06-17 00:10:40 +0000 |
commit | aa7aea09971b7dc2eb005f4e386b490bbd6d34a3 (patch) | |
tree | 0b378534eba38daf2ce92dd7f3e2a6f745f3abfc /news/knews | |
parent | 7aaf420a8c86d61ba4a29410be49f42ed0b2adef (diff) | |
download | pkgsrc-aa7aea09971b7dc2eb005f4e386b490bbd6d34a3.tar.gz |
Add a hack to work around a compiler bug under Mac OS X Lion.
Diffstat (limited to 'news/knews')
-rw-r--r-- | news/knews/hacks.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/knews/hacks.mk b/news/knews/hacks.mk new file mode 100644 index 00000000000..875f28c0ee3 --- /dev/null +++ b/news/knews/hacks.mk @@ -0,0 +1,11 @@ +# $NetBSD: hacks.mk,v 1.1 2012/06/17 00:10:40 tron 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+= rename:-O2:-O1 +.endif |