From 02099741085c2aef69cc2e584c0163a65e398acb Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Mon, 20 Apr 2009 16:52:03 +0200 Subject: [PATCH] Bug 485863 - modules/libpr0n/decoders/icon fails to build nsString problems. r=benjamin --- modules/libpr0n/decoders/icon/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpr0n/decoders/icon/Makefile.in b/modules/libpr0n/decoders/icon/Makefile.in index 741d2df50ea..b00936369b5 100644 --- a/modules/libpr0n/decoders/icon/Makefile.in +++ b/modules/libpr0n/decoders/icon/Makefile.in @@ -70,7 +70,7 @@ ifeq ($(OS_ARCH),OS2) PLATFORM = os2 endif -ifeq ($(OS_ARCH),Darwin) +ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) PLATFORM = mac endif