openbsd-ports/www/firefox36/patches/patch-nsprpub_config_rules_mk
naddy 1090f160fd Import Firefox 3.6.2. Work in progress, not linked to the build.
Builds and runs on amd64 and i386, needs work elsewhere.
From martynas@ for 3.6; slightly updated by yours truly.
2010-03-29 20:44:08 +00:00

13 lines
531 B
Plaintext

$OpenBSD: patch-nsprpub_config_rules_mk,v 1.1.1.1 2010/03/29 20:44:10 naddy Exp $
--- nsprpub/config/rules.mk.orig Wed Jan 6 05:35:28 2010
+++ nsprpub/config/rules.mk Sun Jan 10 17:47:27 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)