openbsd-ports/www/minimo/patches/patch-nsprpub_config_rules_mk
jolan 35944f86f2 minimo-20050524, mini mozilla
this is smaller than firefox and has special handling for small screens
which is useful for machines like the zaurus.  unfortunately, it's not
there yet, see the TODO.  please don't add this to the www Makefile yet.
2005-05-25 06:59:10 +00:00

13 lines
553 B
Plaintext

$OpenBSD: patch-nsprpub_config_rules_mk,v 1.1.1.1 2005/05/25 06:59:10 jolan Exp $
--- nsprpub/config/rules.mk.orig 2004-02-15 11:04:44.000000000 +0100
+++ nsprpub/config/rules.mk 2004-02-15 11:11:33.000000000 +0100
@@ -222,7 +222,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)