openbsd-ports/audio/hydrogen/patches/patch-qt4_py
jakemsr 4d99813bba -update to hydrogen-0.9.4: bugfixes, qt3->qt4, code cleanup & file renaming
-add sndio audio and midi support, drop OSS audio support
- take maintainership
maintainer change suggested by grange@ (former maintainer), ok ratchov@
2010-01-11 05:11:32 +00:00

13 lines
561 B
Plaintext

$OpenBSD: patch-qt4_py,v 1.1 2010/01/11 05:11:32 jakemsr Exp $
--- qt4.py.orig Fri Jan 1 02:03:00 2010
+++ qt4.py Fri Jan 1 02:04:29 2010
@@ -444,7 +444,7 @@ def enable_modules(self, modules, debug=False, crossco
try : self.AppendUnique(CPPDEFINES=moduleDefines[module])
except: pass
debugSuffix = ''
- if sys.platform == "linux2" and not crosscompiling :
+ if sys.platform == "linux2" or sys.platform == "openbsd4" and not crosscompiling :
if debug : debugSuffix = '_debug'
for module in modules :
if module not in pclessModules : continue