mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
- Add an option to run regression test, default off. [1] If this option is selected, an extra distribution file containing test data is downloaded from an upstream mastersite. - Rename the CLANG option to GCC and flip the default to off, as clang is the default compiler for this port for quite some time now. [2] Submitted by: George Liaskos [1,2]
11 lines
445 B
C++
11 lines
445 B
C++
--- net/udp/udp_socket_unittest.cc.orig 2013-09-01 17:50:31.000000000 +0300
|
|
+++ net/udp/udp_socket_unittest.cc 2013-09-01 17:50:50.000000000 +0300
|
|
@@ -202,7 +202,7 @@
|
|
client_entries, 5, NetLog::TYPE_SOCKET_ALIVE));
|
|
}
|
|
|
|
-#if defined(OS_MACOSX)
|
|
+#if defined(OS_MACOSX) || defined(OS_BSD)
|
|
// UDPSocketPrivate_Broadcast is disabled for OSX because it requires
|
|
// root permissions on OSX 10.7+.
|
|
TEST_F(UDPSocketTest, DISABLED_Broadcast) {
|