]> gitweb @ CieloNegro.org - pkgsrc-firefox3.git/blob - patches/patch-ar
Bugfix of the patch for nsSSLThread.cpp
[pkgsrc-firefox3.git] / patches / patch-ar
1 $NetBSD$
2
3 --- browser/installer/Makefile.in.orig  2009-02-04 14:22:26.000000000 +0900
4 +++ browser/installer/Makefile.in
5 @@ -62,7 +62,7 @@ ifneq (,$(BUILD_STATIC_LIBS)$(MOZ_ENABLE
6  ifeq (WINNT,$(OS_ARCH))
7  MOZ_PKG_MANIFEST_P = $(srcdir)/windows/packages-static
8  else
9 -ifneq (,$(filter-out OS2 Darwin,$(OS_ARCH)))
10 +ifneq (,$(filter-out OS2,$(OS_ARCH)))
11  MOZ_PKG_MANIFEST_P = $(srcdir)/unix/packages-static
12  endif
13  endif