summaryrefslogtreecommitdiff
path: root/lang/python23/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python23/files/patch-setup.py')
-rw-r--r--lang/python23/files/patch-setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python23/files/patch-setup.py b/lang/python23/files/patch-setup.py
index b0592b909021..0c06d32bb102 100644
--- a/lang/python23/files/patch-setup.py
+++ b/lang/python23/files/patch-setup.py
@@ -14,7 +14,7 @@
exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
- if platform in ('linux2', 'freebsd4'):
-+ if platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6', 'freebsd7'):
++ if platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'):
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
if platform == 'sunos5':