summaryrefslogtreecommitdiffstats
path: root/comms/hylafax
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-01-17 09:02:08 +0000
committerphk <phk@FreeBSD.org>2000-01-17 09:02:08 +0000
commit31fd32b1c4ee9ba034f7a285134bfd2b0a92ebce (patch)
tree82a0d5a85d057b5b68ba670675b92a6d8e6c7394 /comms/hylafax
parentda23609b71f56360169b20ced37c71673f87ea39 (diff)
downloadFreeBSD-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-af10
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
+ }
OpenPOWER on IntegriCloud