diff options
author | kris <kris@FreeBSD.org> | 2003-01-12 12:02:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-01-12 12:02:00 +0800 |
commit | bfc9a24d3bd87eec6741d0760b6e7c18351226d9 (patch) | |
tree | 23d57ed41fa90376b30d9615a6b48093f9e5f6cf | |
parent | f848565dbcc733f85b7056a01c77c5b0f39a6b53 (diff) | |
download | freebsd-ports-gnome-bfc9a24d3bd87eec6741d0760b6e7c18351226d9.tar.gz freebsd-ports-gnome-bfc9a24d3bd87eec6741d0760b6e7c18351226d9.tar.zst freebsd-ports-gnome-bfc9a24d3bd87eec6741d0760b6e7c18351226d9.zip |
Partially fix build on sparc64 (Don't need to prototype inet_ntop
or inet_pton). This is still broken due to a fatal warning.
-rw-r--r-- | audio/rat/files/patch-ac | 13 | ||||
-rw-r--r-- | mbone/rat/files/patch-ac | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/audio/rat/files/patch-ac b/audio/rat/files/patch-ac new file mode 100644 index 000000000000..f2ed68da4800 --- /dev/null +++ b/audio/rat/files/patch-ac @@ -0,0 +1,13 @@ +--- common/src/net_udp.c.orig Sat Jan 11 19:51:14 2003 ++++ common/src/net_udp.c Sat Jan 11 19:51:27 2003 +@@ -43,8 +43,10 @@ + #include "config_win32.h" + #include "debug.h" + #include "memory.h" ++#ifndef __FreeBSD__ + #include "inet_pton.h" + #include "inet_ntop.h" ++#endif + #include "vsnprintf.h" + #include "net_udp.h" + diff --git a/mbone/rat/files/patch-ac b/mbone/rat/files/patch-ac new file mode 100644 index 000000000000..f2ed68da4800 --- /dev/null +++ b/mbone/rat/files/patch-ac @@ -0,0 +1,13 @@ +--- common/src/net_udp.c.orig Sat Jan 11 19:51:14 2003 ++++ common/src/net_udp.c Sat Jan 11 19:51:27 2003 +@@ -43,8 +43,10 @@ + #include "config_win32.h" + #include "debug.h" + #include "memory.h" ++#ifndef __FreeBSD__ + #include "inet_pton.h" + #include "inet_ntop.h" ++#endif + #include "vsnprintf.h" + #include "net_udp.h" + |