View | Details | Raw Unified | Return to bug 97890
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 57-63 Link Here
57
.endif
57
.endif
58
58
59
.if ${OSVERSION} < 500000
59
.if ${OSVERSION} < 500000
60
#BROKEN="Does not build"
60
USE_GCC=        3.4
61
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-security_manager_Makefile.in
61
.endif
62
.endif
62
63
63
.if defined(WITHOUT_MAILNEWS)
64
.if defined(WITHOUT_MAILNEWS)
(-)files/extra-patch-security_manager_Makefile.in (+11 lines)
Added Link Here
1
--- security/manager/Makefile.in.orig.patched	Thu May 25 10:19:22 2006
2
+++ security/manager/Makefile.in	Thu May 25 10:19:22 2006
3
@@ -159,8 +159,6 @@
4
 	$(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS)
5
 ifeq ($(OS_ARCH),WINNT)
6
 	cd $(DIST)/lib; cp -f $(LIB_PREFIX)dbm$(MOZ_BITS).$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX)
7
-else
8
-	cd $(DIST)/lib; cp -f $(LIB_PREFIX)mozdbm_s.$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX); $(RANLIB) $(LIB_PREFIX)dbm.$(LIB_SUFFIX)
9
 endif
10
 #	$(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS)
11
 ifndef SKIP_CHK

Return to bug 97890