summaryrefslogtreecommitdiff
path: root/devel/ace/files/patch-tests
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-20 01:01:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-20 01:01:51 +0000
commit27f4c9fd985b20814b54bf7b5a643c80ea195efd (patch)
treeb825b15004c7470cd81b68c80b9f0ac7453a190f /devel/ace/files/patch-tests
parentOver to new volunteer. (diff)
- Fix build when aio.ko is loaded
- While here, fix build on CURRENT PR: 129363 Submitted by: "G. Paul Ziemba" <p-fbsd-bugs at ziemba dot us>
Notes
Notes: svn path=/head/; revision=230456
Diffstat (limited to 'devel/ace/files/patch-tests')
-rw-r--r--devel/ace/files/patch-tests25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/ace/files/patch-tests b/devel/ace/files/patch-tests
new file mode 100644
index 000000000000..279157ac586d
--- /dev/null
+++ b/devel/ace/files/patch-tests
@@ -0,0 +1,25 @@
+
+--- tests/Proactor_Test.cpp.orig 2006-04-20 00:41:47.000000000 -0700
++++ tests/Proactor_Test.cpp 2008-12-01 11:00:05.000000000 -0800
+@@ -253,7 +253,7 @@
+ break;
+ # endif /* sun */
+
+-# if !defined(__Lynx__)
++# if !defined(__Lynx__) && !defined (__FreeBSD__)
+ case CB:
+ ACE_NEW_RETURN (proactor_impl,
+ ACE_POSIX_CB_Proactor (max_op),
+--- tests/Proactor_Test_IPV6.cpp.orig 2006-04-20 00:41:47.000000000 -0700
++++ tests/Proactor_Test_IPV6.cpp 2008-12-01 17:40:59.000000000 -0800
+@@ -253,7 +253,7 @@
+ break;
+ # endif /* sun */
+
+-# if !defined(__Lynx__)
++# if !defined(__Lynx__) && !defined(__FreeBSD__)
+ case CB:
+ ACE_NEW_RETURN (proactor_impl,
+ ACE_POSIX_CB_Proactor (max_op),
+
+