aboutsummaryrefslogtreecommitdiffstats
path: root/net/annextools
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2003-10-13 16:52:32 +0800
committerbms <bms@FreeBSD.org>2003-10-13 16:52:32 +0800
commit0027bdad5fbce428060840d033cdde8e0e7785a8 (patch)
treea037715b9f04933a5e7cd0ab799bea3aaf327a2e /net/annextools
parent34475dc851fdc538b202060515e7df1fbd437eb3 (diff)
downloadfreebsd-ports-gnome-0027bdad5fbce428060840d033cdde8e0e7785a8.tar.gz
freebsd-ports-gnome-0027bdad5fbce428060840d033cdde8e0e7785a8.tar.zst
freebsd-ports-gnome-0027bdad5fbce428060840d033cdde8e0e7785a8.zip
Fix build on 64-bit platforms.
Whined about by: kris
Diffstat (limited to 'net/annextools')
-rw-r--r--net/annextools/files/patch-libannex::api_if.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/annextools/files/patch-libannex::api_if.c b/net/annextools/files/patch-libannex::api_if.c
new file mode 100644
index 000000000000..146fb7cf2f2e
--- /dev/null
+++ b/net/annextools/files/patch-libannex::api_if.c
@@ -0,0 +1,13 @@
+--- libannex/api_if.c.orig Mon Oct 13 01:49:30 2003
++++ libannex/api_if.c Mon Oct 13 01:49:51 2003
+@@ -180,8 +180,10 @@
+ #define recvmsg_func recvmsg
+ #endif
+
++#ifndef __FreeBSD__
+ extern int sendmsg_func();
+ extern int recvmsg_func();
++#endif
+
+ #ifdef _WIN32
+ #define XylogicsWSAGetLastError() \