diff options
author | tron <tron@pkgsrc.org> | 2012-08-20 06:50:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-08-20 06:50:21 +0000 |
commit | aed726c8f4462afabc505c625d9ef54c23348eb4 (patch) | |
tree | b49f8377748fa909078cebb6257a24edad780120 /games/scummvm | |
parent | 0010af615578d2d83eb8aaa7522efb5c25b81c2c (diff) | |
download | pkgsrc-aed726c8f4462afabc505c625d9ef54c23348eb4.tar.gz |
Fix name of the hack for Mac OS X Lion.
Diffstat (limited to 'games/scummvm')
-rw-r--r-- | games/scummvm/hacks.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scummvm/hacks.mk b/games/scummvm/hacks.mk index 15acd6e7584..bf4499a1427 100644 --- a/games/scummvm/hacks.mk +++ b/games/scummvm/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.2 2012/06/17 00:22:10 tron Exp $ +# $NetBSD: hacks.mk,v 1.3 2012/08/20 06:50:21 tron Exp $ ### [Sun 17 Jun 2012 00:21:30 UTC : tron] ### G++ 4.2.1 (Based on Apple Inc. build 5658) as shipped with @@ -7,6 +7,6 @@ ### the crash. .if !empty(MACHINE_PLATFORM:MDarwin-11.*-i386) -PKG_HACKS+= macosx-lion-compiler-hang +PKG_HACKS+= macosx-lion-compiler-crash BUILDLINK_TRANSFORM+= rm:-O2 .endif |