summaryrefslogtreecommitdiff
path: root/www/man2web/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'www/man2web/files/patch-configure')
-rw-r--r--www/man2web/files/patch-configure26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/man2web/files/patch-configure b/www/man2web/files/patch-configure
new file mode 100644
index 000000000000..2a97781accd8
--- /dev/null
+++ b/www/man2web/files/patch-configure
@@ -0,0 +1,26 @@
+
+$FreeBSD$
+
+--- configure.orig Mon Apr 28 03:07:10 2003
++++ configure Mon Apr 28 16:41:10 2003
+@@ -4593,6 +4593,20 @@
+ distro=debian-3
+ ;;
+
++ freebsd)
++ if test x$section_switch = x
++ then
++ section_switch="-S"
++ fi
++
++ if test x$manpath_switch = x
++ then
++ manpath_switch="-M"
++ fi
++
++ distro=freebsd
++ ;;
++
+ *)
+ distro=generic
+ ;;