diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-08-24 13:48:01 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-08-24 13:48:01 +0200 |
commit | 009e8ec0e0077bb2a2282670b26279b8b0ca1f44 (patch) | |
tree | f66c01b86e7240b36e9835e170ef01c92db73149 /tools/depends/target/libcdio-gplv3/Makefile | |
parent | 98065a3bb419e34d5ec5be66fccf92cb85745fe1 (diff) |
[depends] bump libcdio-gplv3 to 0.94
cd-paranoia code got removed completely in version 0.90
Diffstat (limited to 'tools/depends/target/libcdio-gplv3/Makefile')
-rw-r--r-- | tools/depends/target/libcdio-gplv3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/depends/target/libcdio-gplv3/Makefile b/tools/depends/target/libcdio-gplv3/Makefile index b90db66204..07e6814f5f 100644 --- a/tools/depends/target/libcdio-gplv3/Makefile +++ b/tools/depends/target/libcdio-gplv3/Makefile @@ -1,14 +1,14 @@ include ../../Makefile.include -DEPS= ../../Makefile.include Makefile +DEPS= ../../Makefile.include Makefile osx.patch # lib name, version LIBNAME=libcdio -VERSION=0.90 +VERSION=0.94 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz # configuration settings CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ - ./configure --prefix=$(PREFIX) --with-cd-drive=no --with-cd-info=no --with-cd-paranoia=no \ + ./configure --prefix=$(PREFIX) --with-cd-drive=no --with-cd-info=no \ --with-cdda-player=no --with-cd-read=no --with-iso-info=no --with-iso-read=no --disable-example-progs \ --disable-cpp-progs --disable-cxx --disable-shared @@ -24,7 +24,7 @@ $(TARBALLS_LOCATION)/$(ARCHIVE): $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS) rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM) cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) - cd $(PLATFORM); patch -p0 < ../osx.patch + cd $(PLATFORM); patch -p1 -i ../osx.patch cd $(PLATFORM); $(AUTORECONF) -vif cd $(PLATFORM); $(CONFIGURE) |