summarylogtreecommitdiffstats
path: root/010-m64p-remove-build-jobs-limitation.patch
diff options
context:
space:
mode:
authorDaniel Bermond2022-07-02 21:37:58 -0300
committerDaniel Bermond2022-07-02 21:37:58 -0300
commitc150c3c718ce1ab69c2d0c776a7143ce11325ef1 (patch)
tree0a17899958fc9ab327f25b176551bd7ad771eacd /010-m64p-remove-build-jobs-limitation.patch
parent6e70c50c05e41b87a2396eefc72f19a899ec3bf2 (diff)
downloadaur-c150c3c718ce1ab69c2d0c776a7143ce11325ef1.tar.gz
Update to version 20220604
Diffstat (limited to '010-m64p-remove-build-jobs-limitation.patch')
-rw-r--r--010-m64p-remove-build-jobs-limitation.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/010-m64p-remove-build-jobs-limitation.patch b/010-m64p-remove-build-jobs-limitation.patch
index 8ab8893ad438..b834cd73d797 100644
--- a/010-m64p-remove-build-jobs-limitation.patch
+++ b/010-m64p-remove-build-jobs-limitation.patch
@@ -1,17 +1,17 @@
--- a/build.sh
+++ b/build.sh
-@@ -24,18 +24,18 @@ mkdir -p $install_dir
- base_dir=$PWD
+@@ -26,18 +26,18 @@ base_dir=$PWD
+ export OPTFLAGS="-O3 -flto -march=x86-64-v3"
cd $base_dir/mupen64plus-core/projects/unix
--make NETPLAY=1 NO_ASM=1 OSD=0 -j4 all
-+make NETPLAY=1 NO_ASM=1 OSD=0 all
+-make NETPLAY=1 NO_ASM=1 OSD=0 V=1 -j4 all
++make NETPLAY=1 NO_ASM=1 OSD=0 V=1 all
cp -P $base_dir/mupen64plus-core/projects/unix/*$suffix* $install_dir
cp $base_dir/mupen64plus-core/data/* $install_dir
cd $base_dir/mupen64plus-input-raphnetraw/projects/unix
--make -j4 all
-+make all
+-make V=1 -j4 all
++make V=1 all
cp $base_dir/mupen64plus-input-raphnetraw/projects/unix/*$suffix $install_dir
mkdir -p $base_dir/mupen64plus-input-qt/build
@@ -22,16 +22,16 @@
if [[ $UNAME == *"MINGW"* ]]; then
cp $base_dir/mupen64plus-input-qt/build/release/mupen64plus-input-qt.dll $install_dir
else
-@@ -43,7 +43,7 @@ else
+@@ -45,7 +45,7 @@ else
fi
cd $base_dir/mupen64plus-audio-sdl2/projects/unix
--make -j4 all
-+make all
+-make V=1 -j4 all
++make V=1 all
cp $base_dir/mupen64plus-audio-sdl2/projects/unix/*$suffix $install_dir
cd $base_dir
-@@ -62,7 +62,7 @@ fi
+@@ -64,7 +64,7 @@ fi
mkdir -p $base_dir/mupen64plus-gui/build
cd $base_dir/mupen64plus-gui/build
qmake ../mupen64plus-gui.pro