openbsd-ports/www/firefox35/patches/patch-nsprpub_config_rules_mk
sthen f13bb86663 SECURITY update to Firefox 3.5.8. Same diff from naddy@ and Daniel Dickman.
Update sqlite dependency while there.

ok naddy@
(reminder, ports is not fully open, do not commit without specific permission)
2010-02-24 16:59:49 +00:00

13 lines
527 B
Plaintext

$OpenBSD: patch-nsprpub_config_rules_mk,v 1.2 2010/02/24 16:59:49 sthen Exp $
--- nsprpub/config/rules.mk.orig Tue Feb 2 23:25:27 2010
+++ nsprpub/config/rules.mk Fri Feb 19 00:08:39 2010
@@ -214,7 +214,7 @@ ifdef RELEASE_HEADERS
$(NSINSTALL) -t -m 0644 $(RELEASE_HEADERS) $(DESTDIR)$(includedir)/$(include_subdir)
endif
ifdef RELEASE_LIBS
- $(NSINSTALL) -t -m 0755 $(RELEASE_LIBS) $(DESTDIR)$(libdir)/$(lib_subdir)
+ $(NSINSTALL) -t -m 0444 $(RELEASE_LIBS) $(DESTDIR)$(libdir)/$(lib_subdir)
endif
+$(LOOP_OVER_DIRS)