diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2007-10-29 00:14:50 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2007-10-29 00:14:50 +0000 |
commit | 6e02f1db939e206766b572d490a63c5358ebdec1 (patch) | |
tree | c9a12599b36f43dd4d6635268f97f9a70d2ccecf /lang/python23/files/patch-setup.py | |
parent | Does 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.py | 2 |
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': |