diff options
author | phk <phk@FreeBSD.org> | 2000-01-17 09:02:08 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-01-17 09:02:08 +0000 |
commit | 31fd32b1c4ee9ba034f7a285134bfd2b0a92ebce (patch) | |
tree | 82a0d5a85d057b5b68ba670675b92a6d8e6c7394 /comms/hylafax | |
parent | da23609b71f56360169b20ced37c71673f87ea39 (diff) | |
download | FreeBSD-ports-31fd32b1c4ee9ba034f7a285134bfd2b0a92ebce.zip FreeBSD-ports-31fd32b1c4ee9ba034f7a285134bfd2b0a92ebce.tar.gz |
Set the socklen_t thing right for FreeBSD4.0
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/files/patch-af | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/hylafax/files/patch-af b/comms/hylafax/files/patch-af new file mode 100644 index 0000000..078980a --- /dev/null +++ b/comms/hylafax/files/patch-af @@ -0,0 +1,10 @@ +--- configure.old Mon Jan 17 09:53:40 2000 ++++ configure Mon Jan 17 09:52:44 2000 +@@ -1874,6 +1874,7 @@ + case $TARGET in + # XXX fill in for busted systems + *-univel-*) CONFIG_SOCKARGLENTYPE=size_t;; ++ *-freebsd4*) CONFIG_SOCKARGLENTYPE=u_int32_t;; + *) CONFIG_SOCKARGLENTYPE=int;; + esac + } |