summaryrefslogtreecommitdiffstats
path: root/audio/mixxx/files/patch-build_qt4.py
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committermat <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit92a23247b1467190ce10007190052c33423ff547 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/mixxx/files/patch-build_qt4.py
parent95f228514e93df3c298ff9e8142253c866d190fe (diff)
downloadFreeBSD-ports-92a23247b1467190ce10007190052c33423ff547.zip
FreeBSD-ports-92a23247b1467190ce10007190052c33423ff547.tar.gz
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'audio/mixxx/files/patch-build_qt4.py')
-rw-r--r--audio/mixxx/files/patch-build_qt4.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/mixxx/files/patch-build_qt4.py b/audio/mixxx/files/patch-build_qt4.py
new file mode 100644
index 0000000..2a3ccd2
--- /dev/null
+++ b/audio/mixxx/files/patch-build_qt4.py
@@ -0,0 +1,13 @@
+--- build/qt4.py.orig 2013-05-08 23:20:26 UTC
++++ build/qt4.py
+@@ -246,8 +246,8 @@ def generate(env):
+ 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']),
OpenPOWER on IntegriCloud