summaryrefslogtreecommitdiff
path: root/audio/mixxx/files/patch-src::configure
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mixxx/files/patch-src::configure')
-rw-r--r--audio/mixxx/files/patch-src::configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/mixxx/files/patch-src::configure b/audio/mixxx/files/patch-src::configure
new file mode 100644
index 000000000000..c687089eb843
--- /dev/null
+++ b/audio/mixxx/files/patch-src::configure
@@ -0,0 +1,20 @@
+--- src/configure.orig Fri Jun 25 22:52:48 2004
++++ src/configure Fri Jun 25 22:53:23 2004
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!@LOCALBASE@/bin/bash
+
+ #************************************************************************
+ # QBAS
+@@ -369,9 +369,9 @@
+
+ ######################### qmake, uic, moc checking
+ #
+-if test -e $QTDIR/bin/qmake ;
++if test -e @LOCALBASE@/bin/qmake ;
+ then
+- QT_QMAKE_EXEC="$QTDIR/bin/qmake" ;
++ QT_QMAKE_EXEC="@LOCALBASE@/bin/qmake" ;
+ RES="yes"
+ else
+ find /usr -name qmake 1> temp ;