diff options
author | krion <krion@FreeBSD.org> | 2004-03-05 18:27:49 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-05 18:27:49 +0800 |
commit | 16314f78818205ba092b02bf8fdcf0ce92872a6d (patch) | |
tree | 08765b4fd139154857b05d4cccf784eac68d38d5 /net/beacon | |
parent | 50095d5fd2f2dac82f69bcb0d7d8213f64f0490e (diff) | |
download | freebsd-ports-gnome-16314f78818205ba092b02bf8fdcf0ce92872a6d.tar.gz freebsd-ports-gnome-16314f78818205ba092b02bf8fdcf0ce92872a6d.tar.zst freebsd-ports-gnome-16314f78818205ba092b02bf8fdcf0ce92872a6d.zip |
- Fix build on AMD64
Diffstat (limited to 'net/beacon')
-rw-r--r-- | net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h b/net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h index e9ca6f5f9cc1..73e127905e5f 100644 --- a/net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h +++ b/net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h @@ -4,7 +4,7 @@ extern "C" { #endif -+#ifdef __sparc64__ || __amd64__ || __alpha__ ++#if defined(__sparc64__) || defined(__amd64__) || defined(__alpha__) || defined(__ia64__) +const char *inet_ntop(int af, const void *src, char *dst, socklen_t size); +#else const char *inet_ntop(int af, const void *src, char *dst, size_t size); |