openbsd-ports/devel/nspr/patches/patch-mozilla_nsprpub_config_rules_mk
ajacoutot e13fa720c6 - update to latest stable version (4.6.3) - 3 years worth of changes!
- use patches from www/mozilla-firefox (should now work on all supported
  Firefox platforms)
- replaced internal strtod and dtoa implementations (patch from kurt@)
- create and install nspr.pc (from FreeBSD)
- change MASTER_SITES, remove USE_X11, update pkg/DESCR

ok mbalmer@ kurt@
2006-11-06 14:35:45 +00:00

13 lines
555 B
Plaintext

$OpenBSD: patch-mozilla_nsprpub_config_rules_mk,v 1.2 2006/11/06 14:35:45 ajacoutot Exp $
--- mozilla/nsprpub/config/rules.mk.orig Wed Feb 22 23:53:55 2006
+++ mozilla/nsprpub/config/rules.mk Sat Nov 4 13:14:09 2006
@@ -232,7 +232,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)