mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
11 lines
293 B
Text
11 lines
293 B
Text
--- src/qsa/configure.orig 2008-01-16 13:50:31 UTC
|
|
+++ src/qsa/configure
|
|
@@ -15,7 +15,7 @@ fi
|
|
# invoke 2nd stage
|
|
echo Building second stage2 configure
|
|
cd configure2
|
|
-$QMAKE && make > /dev/null
|
|
+$QMAKE && $MAKE > /dev/null
|
|
if [ $? -gt 0 -o ! -x configure2 ];
|
|
then
|
|
echo Failed to build
|