aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-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 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
+ }