|
Line 0
Link Here
|
|
|
1 |
--- configure.py.orig 2016-09-15 12:26:28 UTC |
| 2 |
+++ configure.py |
| 3 |
@@ -98,7 +98,7 @@ class Platform(object): |
| 4 |
return self._platform in ('freebsd', 'openbsd', 'bitrig') |
| 5 |
|
| 6 |
def supports_ppoll(self): |
| 7 |
- return self._platform in ('linux', 'openbsd', 'bitrig') |
| 8 |
+ return self._platform in ('freebsd', 'linux', 'openbsd', 'bitrig') |
| 9 |
|
| 10 |
def supports_ninja_browse(self): |
| 11 |
return (not self.is_windows() |