diff options
author | explorer <explorer@pkgsrc.org> | 1998-09-04 23:37:23 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 1998-09-04 23:37:23 +0000 |
commit | 6edc03df0b6eafe162b1d145e498f51328b5bdcd (patch) | |
tree | edf96e4d047b66a8cd13e25b88fa034a3dc15dad /www/apache-modssl/patches/patch-aa | |
parent | cec2e36d3fe2925ddeb95b24048a88f6060226db (diff) | |
download | pkgsrc-6edc03df0b6eafe162b1d145e498f51328b5bdcd.tar.gz |
apache 1.3.1 with modssl 2.0.6. Requires ssleay, and is therefore
export controlled.
Diffstat (limited to 'www/apache-modssl/patches/patch-aa')
-rw-r--r-- | www/apache-modssl/patches/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/apache-modssl/patches/patch-aa b/www/apache-modssl/patches/patch-aa new file mode 100644 index 00000000000..e3f3f6a4500 --- /dev/null +++ b/www/apache-modssl/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 1998/09/04 23:37:23 explorer Exp $ + +*** Makefile.tmpl~ Tue May 12 04:52:11 1998 +--- Makefile.tmpl Tue Jul 21 14:50:58 1998 +*************** +*** 324,329 **** +--- 324,332 ---- + @osdir=`grep '^OSDIR=' $(TOP)/$(SRC)/Makefile.config | sed -e 's:^OSDIR=.*/os:os:'`; \ + echo "$(UMASK) 022; $(CP) $(TOP)/$(SRC)/$${osdir}/os.h $(includedir)/"; \ + $(UMASK) 022; $(CP) $(TOP)/$(SRC)/$${osdir}/os.h $(root)$(includedir)/ ++ # The above umask won't work if the original files were extracted with umask 077. ++ echo 'chmod 444 $(root)$(includedir)/*' ++ chmod 444 $(root)$(includedir)/* + @echo "<=== [include]" + + # create an initial document root containing the Apache manual, |