mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-01 14:15:16 +02:00
Fix Ruby and Vorbis at the Makefile level
(cherry picked from commit edd115a32020f8ff84fbcfb170b3806cb52feda2)
This commit is contained in:
parent
dceb81aa77
commit
c99d8b0bba
3 changed files with 6 additions and 4 deletions
|
@ -89,7 +89,7 @@ $(DOWNLOADS)/vorbis/configure: $(DOWNLOADS)/vorbis/autogen.sh
|
|||
./autogen.sh
|
||||
|
||||
$(DOWNLOADS)/vorbis/autogen.sh:
|
||||
$(CLONE) $(GITHUB)/mkxp-z/vorbis $(DOWNLOADS)/vorbis
|
||||
$(CLONE) $(GITHUB)/xiph/vorbis $(DOWNLOADS)/vorbis
|
||||
|
||||
|
||||
# Ogg, dependency of Vorbis
|
||||
|
|
|
@ -93,7 +93,8 @@ $(DOWNLOADS)/vorbis/configure: $(DOWNLOADS)/vorbis/autogen.sh
|
|||
./autogen.sh
|
||||
|
||||
$(DOWNLOADS)/vorbis/autogen.sh:
|
||||
$(CLONE) $(GITHUB)/mkxp-z/vorbis $(DOWNLOADS)/vorbis
|
||||
$(CLONE) $(GITHUB)/xiph/vorbis $(DOWNLOADS)/vorbis
|
||||
sed -i '' 's/ -force_cpusubtype_ALL / /g' $(DOWNLOADS)/vorbis/configure.ac
|
||||
|
||||
|
||||
# Ogg, dependency of Vorbis
|
||||
|
@ -320,7 +321,8 @@ $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/configure.ac
|
|||
cd $(DOWNLOADS)/ruby; autoreconf -i
|
||||
|
||||
$(DOWNLOADS)/ruby/configure.ac:
|
||||
$(CLONE) $(GITHUB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch -b mkxp-z-3.1.3 --depth 1;
|
||||
$(CLONE) $(GITHUB)/Eblo/ruby $(DOWNLOADS)/ruby --single-branch -b mkxp-z-3.1.3 --depth 1;
|
||||
sed -i '' 's/ DYLD_INSERT_LIBRARIES / /g' $(DOWNLOADS)/ruby/configure.ac
|
||||
|
||||
# ====
|
||||
init_dirs:
|
||||
|
|
|
@ -84,7 +84,7 @@ $(DOWNLOADS)/vorbis/configure: $(DOWNLOADS)/vorbis/autogen.sh
|
|||
./autogen.sh
|
||||
|
||||
$(DOWNLOADS)/vorbis/autogen.sh:
|
||||
$(CLONE) $(GITHUB)/mkxp-z/vorbis $(DOWNLOADS)/vorbis
|
||||
$(CLONE) $(GITHUB)/xiph/vorbis $(DOWNLOADS)/vorbis
|
||||
|
||||
|
||||
# Ogg, dependency of Vorbis
|
||||
|
|
Loading…
Add table
Reference in a new issue