diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-11 14:58:08 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-11 14:58:08 +0000 |
| commit | 7ab93f8778107d1870669b200b30c50dba4bd940 (patch) | |
| tree | 7bb84f7ffcd4524fe705fa9ad4626a2bc95ddc66 /lang/python27/files/extra-patch-setup.py | |
| parent | 1703450e2f4e50a3b204dc6cc906a590c752a348 (diff) | |
Notes
Diffstat (limited to 'lang/python27/files/extra-patch-setup.py')
| -rw-r--r-- | lang/python27/files/extra-patch-setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/files/extra-patch-setup.py b/lang/python27/files/extra-patch-setup.py index 109f7841adfa..b163a2ee5892 100644 --- a/lang/python27/files/extra-patch-setup.py +++ b/lang/python27/files/extra-patch-setup.py @@ -16,7 +16,7 @@ + ) + libraries = [] + -+ elif platform in ('freebsd7', 'freebsd8'): ++ elif platform in ('freebsd7', 'freebsd8', 'freebsd9'): + macros = dict( # FreeBSD 7+ + HAVE_SEM_OPEN=1, + HAVE_SEM_TIMEDWAIT=1, |
