summaryrefslogtreecommitdiff
path: root/www/apache/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache/patches/patch-an')
-rw-r--r--www/apache/patches/patch-an23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/apache/patches/patch-an b/www/apache/patches/patch-an
new file mode 100644
index 00000000000..7edc1a42b97
--- /dev/null
+++ b/www/apache/patches/patch-an
@@ -0,0 +1,23 @@
+$NetBSD: patch-an,v 1.1 1999/11/21 22:10:55 tron Exp $
+
+--- configure.orig Mon Sep 27 18:50:00 1999
++++ configure Mon Sep 27 18:50:09 1999
+@@ -395,6 +395,7 @@
+ echo " --mandir=DIR install manual pages in DIR"
+ echo " --sysconfdir=DIR install configuration files in DIR"
+ echo " --datadir=DIR install read-only data files in DIR"
++ echo " --cgidir=DIR install cgi files in DIR"
+ echo " --includedir=DIR install includes files in DIR"
+ echo " --localstatedir=DIR install modifiable data files in DIR"
+ echo " --runtimedir=DIR install runtime data in DIR"
+@@ -626,6 +627,10 @@
+ --datadir=*)
+ datadir="$apc_optarg"
+ autosuffix_datadir=no
++ ;;
++ --cgidir=*)
++ cgidir="$apc_optarg"
++ autosuffix_cgidir=no
+ ;;
+ --includedir=*)
+ includedir="$apc_optarg"