diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-02-02 12:43:42 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-02-02 12:43:42 +0000 |
commit | 174f98e45958b70fa034add540b2cf9775a7eeb9 (patch) | |
tree | f5868d793b29b9dc82f668c30721883299a33383 /www/boa/files/patch-configure | |
parent | 0cc65ce5051692232e1d5cf1f3233b733bab7273 (diff) |
Update to boa-0.94.14rc13.
The new patch to the configure script has been accepted by the Boa
maintainers in a different form - a patch to configure.in.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=74474
Diffstat (limited to 'www/boa/files/patch-configure')
-rw-r--r-- | www/boa/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/boa/files/patch-configure b/www/boa/files/patch-configure new file mode 100644 index 000000000000..2b5bcaa1ab40 --- /dev/null +++ b/www/boa/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Jan 31 18:58:53 2003 ++++ configure Fri Jan 31 18:59:01 2003 +@@ -1846,6 +1846,7 @@ + cat > conftest.$ac_ext <<EOF + #line 1848 "configure" + #include "confdefs.h" ++#include <sys/types.h> + #include <sys/socket.h> + int main() { + sa_family_t foo2; |