summarylogtreecommitdiffstats
path: root/010-m64p-remove-build-jobs-limitation.patch
diff options
context:
space:
mode:
authorDaniel Bermond2022-04-03 20:49:19 -0300
committerDaniel Bermond2022-04-03 20:49:19 -0300
commit9df5ce77f995a12d2cdf37a5ae0e5b92b151305d (patch)
treebcbef05a0d063cc0074bc4f5c6e29ed6f1b02794 /010-m64p-remove-build-jobs-limitation.patch
parenta8f6b1b4b4c6edf26525c96200e42857ddc1a6d2 (diff)
downloadaur-9df5ce77f995a12d2cdf37a5ae0e5b92b151305d.tar.gz
Update to version 20220403
Diffstat (limited to '010-m64p-remove-build-jobs-limitation.patch')
-rw-r--r--010-m64p-remove-build-jobs-limitation.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/010-m64p-remove-build-jobs-limitation.patch b/010-m64p-remove-build-jobs-limitation.patch
index 3ed70dc3e0dd..8ab8893ad438 100644
--- a/010-m64p-remove-build-jobs-limitation.patch
+++ b/010-m64p-remove-build-jobs-limitation.patch
@@ -1,11 +1,11 @@
--- a/build.sh
+++ b/build.sh
-@@ -26,18 +26,18 @@ mkdir -p $install_dir
+@@ -24,18 +24,18 @@ mkdir -p $install_dir
base_dir=$PWD
cd $base_dir/mupen64plus-core/projects/unix
--make NETPLAY=1 OSD=0 -j4 all
-+make NETPLAY=1 OSD=0 all
+-make NETPLAY=1 NO_ASM=1 OSD=0 -j4 all
++make NETPLAY=1 NO_ASM=1 OSD=0 all
cp -P $base_dir/mupen64plus-core/projects/unix/*$suffix* $install_dir
cp $base_dir/mupen64plus-core/data/* $install_dir
@@ -22,7 +22,7 @@
if [[ $UNAME == *"MINGW"* ]]; then
cp $base_dir/mupen64plus-input-qt/build/release/mupen64plus-input-qt.dll $install_dir
else
-@@ -45,7 +45,7 @@ else
+@@ -43,7 +43,7 @@ else
fi
cd $base_dir/mupen64plus-audio-sdl2/projects/unix
@@ -31,7 +31,7 @@
cp $base_dir/mupen64plus-audio-sdl2/projects/unix/*$suffix $install_dir
cd $base_dir
-@@ -64,7 +64,7 @@ fi
+@@ -62,7 +62,7 @@ fi
mkdir -p $base_dir/mupen64plus-gui/build
cd $base_dir/mupen64plus-gui/build
qmake ../mupen64plus-gui.pro