summaryrefslogtreecommitdiff
path: root/lang/python23/files/patch-setup.py
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2007-10-29 00:14:50 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2007-10-29 00:14:50 +0000
commit6e02f1db939e206766b572d490a63c5358ebdec1 (patch)
treec9a12599b36f43dd4d6635268f97f9a70d2ccecf /lang/python23/files/patch-setup.py
parentDoes not work with Java 1.6. the JVMPI interface used by this port has (diff)
Add support for FreeBSD 8.
Obtained from: Python SVN (r58697, r58698)
Notes
Notes: svn path=/head/; revision=202249
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':