Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 409331
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- toolkit/mozapps/installer/packager.mk.orig
0
++ toolkit/mozapps/installer/packager.mk
Lines 558-565 Link Here
558
FREEBL_64INT	= $(DIST)/$(STAGEPATH)$(MOZ_PKG_DIR)$(_BINPATH)/$(DLL_PREFIX)freebl_64int_3$(DLL_SUFFIX)
558
FREEBL_64INT	= $(DIST)/$(STAGEPATH)$(MOZ_PKG_DIR)$(_BINPATH)/$(DLL_PREFIX)freebl_64int_3$(DLL_SUFFIX)
559
559
560
SIGN_NSS	+= \
560
SIGN_NSS	+= \
561
  $(SIGN_CMD) $(SOFTOKN) && \
561
  $(SIGN_CMD) $(SOFTOKN) ; \
562
  $(SIGN_CMD) $(NSSDBM) && \
562
  $(SIGN_CMD) $(NSSDBM) ; \
563
  if test -f $(FREEBL); then $(SIGN_CMD) $(FREEBL); fi && \
563
  if test -f $(FREEBL); then $(SIGN_CMD) $(FREEBL); fi && \
564
  if test -f $(FREEBL_32FPU); then $(SIGN_CMD) $(FREEBL_32FPU); fi && \
564
  if test -f $(FREEBL_32FPU); then $(SIGN_CMD) $(FREEBL_32FPU); fi && \
565
  if test -f $(FREEBL_32INT); then $(SIGN_CMD) $(FREEBL_32INT); fi && \
565
  if test -f $(FREEBL_32INT); then $(SIGN_CMD) $(FREEBL_32INT); fi && \

Return to bug 409331