summaryrefslogtreecommitdiff
path: root/www/man2web/files/patch-configure
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-04-28 17:58:18 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-04-28 17:58:18 +0000
commit45f388ba6b864ba60252fceffdcc5cf53f045f6a (patch)
treec0d673c70838f81668f19370176db41ddbae969c /www/man2web/files/patch-configure
parentupdate revision to push out distfile fix (diff)
Maintenance update to 0.88.
Notes
Notes: svn path=/head/; revision=79801
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
+ ;;