Commit d529bcc3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: only patch CDDB when needed

parent d9a11451
......@@ -1518,11 +1518,13 @@ libcddb-$(CDDB_VERSION).tar.bz2:
libcddb: libcddb-$(CDDB_VERSION).tar.bz2
$(EXTRACT_BZ2)
ifneq ($(HOST),$(BUILD))
(cd $@; patch -p0 < ../Patches/libcddb-cross.patch )
(cd $@; autoreconf -fisv)
endif
ifdef HAVE_WIN32
(cd $@; patch -p0 < ../Patches/libcddb-win32.patch )
endif
(cd $@; autoreconf -fisv)
ifdef HAVE_WIN32
.cddb: libcddb .regex
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment