summarylogtreecommitdiffstats
path: root/010-m64p-remove-build-jobs-limitation.patch
diff options
context:
space:
mode:
authorDaniel Bermond2020-05-23 20:52:09 +0000
committerDaniel Bermond2020-05-23 20:52:09 +0000
commitf3c6559fdc4e9ed81e2b9041c093ea9812c1e324 (patch)
tree6d785c098633fac666751d5d558f32e264a7e5de /010-m64p-remove-build-jobs-limitation.patch
parent85863da1e1727bf0024251ff2336bc5fa70e3437 (diff)
downloadaur-f3c6559fdc4e9ed81e2b9041c093ea9812c1e324.tar.gz
Updated to version 20200523
Diffstat (limited to '010-m64p-remove-build-jobs-limitation.patch')
-rw-r--r--010-m64p-remove-build-jobs-limitation.patch17
1 files changed, 9 insertions, 8 deletions
diff --git a/010-m64p-remove-build-jobs-limitation.patch b/010-m64p-remove-build-jobs-limitation.patch
index c1c7c831fa2b..50b99b5430bf 100644
--- a/010-m64p-remove-build-jobs-limitation.patch
+++ b/010-m64p-remove-build-jobs-limitation.patch
@@ -1,12 +1,11 @@
-diff -Naurp a/build.sh b/build.sh
---- a/build.sh 2020-04-24 14:06:44.000000000 +0000
-+++ b/build.sh 2020-04-24 14:10:40.693877444 +0000
+--- a/build.sh
++++ b/build.sh
@@ -19,22 +19,22 @@ mkdir -p $install_dir
base_dir=$PWD
cd $base_dir/mupen64plus-core/projects/unix
--make OSD=0 NO_ASM=1 -j4 all
-+make OSD=0 NO_ASM=1 all
+-make NETPLAY=1 OSD=0 NO_ASM=1 -j4 all
++make NETPLAY=1 OSD=0 NO_ASM=1 all
cp -P $base_dir/mupen64plus-core/projects/unix/*$suffix* $install_dir
cp $base_dir/mupen64plus-core/data/* $install_dir
@@ -28,7 +27,7 @@ diff -Naurp a/build.sh b/build.sh
if [[ $UNAME == *"MINGW"* ]]; then
cp $base_dir/mupen64plus-input-qt/build/release/mupen64plus-input-qt.dll $install_dir
else
-@@ -42,13 +42,13 @@ else
+@@ -42,7 +42,7 @@ else
fi
cd $base_dir/mupen64plus-audio-sdl2/projects/unix
@@ -36,6 +35,8 @@ diff -Naurp a/build.sh b/build.sh
+make all
cp $base_dir/mupen64plus-audio-sdl2/projects/unix/*$suffix $install_dir
+ cd $base_dir
+@@ -61,7 +61,7 @@ fi
mkdir -p $base_dir/mupen64plus-gui/build
cd $base_dir/mupen64plus-gui/build
qmake ../mupen64plus-gui.pro
@@ -44,7 +45,7 @@ diff -Naurp a/build.sh b/build.sh
if [[ $UNAME == *"MINGW"* ]]; then
cp $base_dir/mupen64plus-gui/build/release/mupen64plus-gui.exe $install_dir
else
-@@ -62,7 +62,7 @@ cd $base_dir/GLideN64/src/GLideNUI
+@@ -75,7 +75,7 @@ cd $base_dir/GLideN64/src/GLideNUI
mkdir -p build
cd build
qmake ../GLideNUI.pro
@@ -53,7 +54,7 @@ diff -Naurp a/build.sh b/build.sh
cd $base_dir/GLideN64/projects/cmake
if [[ $UNAME == *"MINGW"* ]]; then
-@@ -70,7 +70,7 @@ if [[ $UNAME == *"MINGW"* ]]; then
+@@ -83,7 +83,7 @@ if [[ $UNAME == *"MINGW"* ]]; then
else
cmake -DNOHQ=On -DVEC4_OPT=On -DCRC_OPT=On -DMUPENPLUSAPI=On ../../src/
fi