Merge pull request #229 from MBeijer/patch-4

Fix build errors
This commit is contained in:
Stefan "Bebbo" Franke
2021-08-16 17:00:49 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -545,7 +545,7 @@ projects/sfdc/configure:
@cd projects && git clone -b master --depth 4 $(GIT_SFDC)
for i in $$(find patches/sfdc/ -type f); \
do if [[ "$$i" == *.diff ]] ; \
then j=$${i:8}; patch -N "projects/$${j%.diff}" "$$i"; fi ; done
then j=$${i:8}; patch -N "projects/$${j%.diff}" "$$i"; retCode=$$?; [[ $$retCode -gt 1 ]] && exit $$retCode; fi ; done; exit 0
# =================================================
# vasm
@@ -736,7 +736,7 @@ projects/$(NDK_FOLDER_NAME).info: $(BUILD)/_lha_done download/$(NDK_ARC_NAME).lh
@touch projects/$(NDK_FOLDER_NAME).info
download/$(NDK_ARC_NAME).lha:
@cd download && wget $(NDK_URL)
@cd download && wget $(NDK_URL) -O $(NDK_ARC_NAME).lha
# =================================================
+2 -2
View File
@@ -1,6 +1,6 @@
Short: Magic User Interface
Version: 5.0-2016R3
Url: https://muidev.de/download/MUI%205.0%20-%20Release/MUI-5.0-2016R3-os3.lha
Version: 5.0-2020R3
Url: https://github.com/amiga-mui/muidev/releases/download/MUI-5.0-2020R3/MUI-5.0-2020R3-os3.lha
SDK/MUI/Autodocs/MCC/MCC_NumericString.doc
SDK/MUI/Autodocs/MCC/MCC_BetterBalance.doc