summarylogtreecommitdiffstats
path: root/modify-base-path.patch
diff options
context:
space:
mode:
authorClaudia Pellegrino2023-10-17 08:31:42 +0200
committerClaudia Pellegrino2023-10-17 11:32:29 +0200
commit61460fc67bfe6a4131628a6a31fcb5d746ff7085 (patch)
tree23f91a0dbd12b3b8cb37c432662f572453f748a9 /modify-base-path.patch
parentb17148ff480a62a15478eb91eec298886dc59ee5 (diff)
downloadaur-61460fc67bfe6a4131628a6a31fcb5d746ff7085.tar.gz
Update to t45, thanks user @FredBezies
Also switch to clang++ as the C++ compiler in order to fix the following error message: > g++ -o x16emu build/x16emu/cpu/fake6502.o […] -flto > build/x16emu/cpu/fake6502.o: file not recognized: file format not recognized > collect2: error: ld returned 1 exit status
Diffstat (limited to 'modify-base-path.patch')
-rw-r--r--modify-base-path.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/modify-base-path.patch b/modify-base-path.patch
index 00a356f0b305..902d58d91227 100644
--- a/modify-base-path.patch
+++ b/modify-base-path.patch
@@ -1,6 +1,8 @@
---- main.c.old 2019-09-20 16:32:26.460096000 -0400
-+++ main.c 2019-09-20 16:32:10.830095139 -0400
-@@ -303,7 +303,7 @@
+diff --git a/src/main.c b/src/main.c
+index 6943e0c..f78306e 100644
+--- a/src/main.c
++++ b/src/main.c
+@@ -508,7 +508,7 @@ main(int argc, char **argv)
run_after_load = false;