diff options
author | shaun <shaun@FreeBSD.org> | 2006-06-23 01:32:31 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-06-23 01:32:31 +0800 |
commit | 009e34c8d8c3a9ecd1a56bd3868de7fd8fcb889f (patch) | |
tree | 6e6841765e6d2332edcdf3697f2957365d7cff9b /multimedia/helixplayer/files | |
parent | fda10a2a12da0a513db8ca6b960c29df9c4b0234 (diff) | |
download | freebsd-ports-gnome-009e34c8d8c3a9ecd1a56bd3868de7fd8fcb889f.tar.gz freebsd-ports-gnome-009e34c8d8c3a9ecd1a56bd3868de7fd8fcb889f.tar.zst freebsd-ports-gnome-009e34c8d8c3a9ecd1a56bd3868de7fd8fcb889f.zip |
- Fix build on 7.x
Reported by: pointyhat via kris
PR: ports/98067
Submitted by: shaun (me)
Approved by: ahze (mentor)
Diffstat (limited to 'multimedia/helixplayer/files')
-rw-r--r-- | multimedia/helixplayer/files/patch-build_lib_sysinfo.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/helixplayer/files/patch-build_lib_sysinfo.py b/multimedia/helixplayer/files/patch-build_lib_sysinfo.py index 9d7e5b536a53..b3f5b3eab50d 100644 --- a/multimedia/helixplayer/files/patch-build_lib_sysinfo.py +++ b/multimedia/helixplayer/files/patch-build_lib_sysinfo.py @@ -14,3 +14,13 @@ id = 'openbsd-3.3-i586', platform = 'openbsd33', arch = 'i386', +@@ -1237,6 +1244,9 @@ + + elif sys.platform == 'freebsd6': + set_platform('freebsd-6.0-i586') ++ ++ elif sys.platform == 'freebsd7': ++ set_platform('freebsd-7.0-i586') + + elif sys.platform == 'hp-uxB': + set_platform('hpux-11.0-parisc') |