nss_macosx.patch (cdf0e10c) nss_macosx.patch (c38ced1b)
1--- misc/nss-3.12.6/mozilla/security/nss/Makefile 2008-12-03 00:24:39.000000000 +0100
2+++ misc/build/nss-3.12.6/mozilla/security/nss/Makefile 2009-11-27 13:36:22.662753328 +0100
3@@ -104,6 +104,9 @@
1--- misc/nss-3.14.4/mozilla/security/nss/Makefile 2008-12-03 00:24:39.000000000 +0100
2+++ misc/build/nss-3.14.4/mozilla/security/nss/Makefile 2009-11-27 13:36:22.662753328 +0100
3@@ -73,6 +73,9 @@
4 ifeq ($(OS_TARGET),WIN95)
5 NSPR_CONFIGURE_OPTS += --enable-win32-target=WIN95
6 endif
7+ifdef MACOS_SDK_DIR
8+NSPR_CONFIGURE_OPTS += --with-macos-sdk=$(MACOS_SDK_DIR)
9+endif
10 ifdef USE_DEBUG_RTL
11 NSPR_CONFIGURE_OPTS += --enable-debug-rtl
12 endif
4 ifeq ($(OS_TARGET),WIN95)
5 NSPR_CONFIGURE_OPTS += --enable-win32-target=WIN95
6 endif
7+ifdef MACOS_SDK_DIR
8+NSPR_CONFIGURE_OPTS += --with-macos-sdk=$(MACOS_SDK_DIR)
9+endif
10 ifdef USE_DEBUG_RTL
11 NSPR_CONFIGURE_OPTS += --enable-debug-rtl
12 endif