ports/audio/mixxx/files/patch-build__qt4.py
Armin Pirkovitsch 9c5386b239 - Update to version 1.10.1
- Update MASTER_SITES
- Remove shlib versions
- Trim Makefile header
- Update optionsng descriptions

PR:           ports/171965
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-12-01 00:00:33 +00:00

13 lines
655 B
Python

--- build/qt4.py.orig 2011-12-24 11:53:19.000000000 +0900
+++ build/qt4.py 2012-01-16 06:10:09.000000000 +0900
@@ -245,8 +245,8 @@
env.Replace(
# QTDIR = _detect(env),
QT4_BINPATH = os.path.join('$QTDIR', 'bin'),
- QT4_CPPPATH = os.path.join('$QTDIR', 'include'),
- QT4_LIBPATH = os.path.join('$QTDIR', 'lib'),
+ QT4_CPPPATH = os.path.join('$QTDIR', 'include', 'qt4', 'Qt'),
+ QT4_LIBPATH = os.path.join('$QTDIR', 'lib', 'qt4'),
# TODO: This is not reliable to QTDIR value changes but needed in order to support '-qt4' variants
QT4_MOC = locateQt4Command(env,'moc', env['QTDIR']),
QT4_UIC = locateQt4Command(env,'uic', env['QTDIR']),