diff options
author | phk <phk@FreeBSD.org> | 2000-01-17 17:02:08 +0800 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-01-17 17:02:08 +0800 |
commit | 31fd32b1c4ee9ba034f7a285134bfd2b0a92ebce (patch) | |
tree | 82a0d5a85d057b5b68ba670675b92a6d8e6c7394 /comms | |
parent | da23609b71f56360169b20ced37c71673f87ea39 (diff) | |
download | freebsd-ports-graphics-31fd32b1c4ee9ba034f7a285134bfd2b0a92ebce.tar.gz freebsd-ports-graphics-31fd32b1c4ee9ba034f7a285134bfd2b0a92ebce.tar.zst freebsd-ports-graphics-31fd32b1c4ee9ba034f7a285134bfd2b0a92ebce.zip |
Set the socklen_t thing right for FreeBSD4.0
Diffstat (limited to 'comms')
-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 00000000000..078980afbb1 --- /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 + } |