comparison src/libsndfile.mk @ 3776:5fd074e27f85

audio: updates for libsound, portaudio * src/libsndfile-1-fixes.patch: added file * src/portaudio.mk: remove building of test program, fix typo for AR. * dist-files.mk: add libsndfile-1-fixes.patch
author John Donoghue <john.donoghue@ieee.org>
date Sun, 25 Jan 2015 07:59:19 -0500
parents 13be64f9f16d
children f6f4a77c6466
comparison
equal deleted inserted replaced
3775:7f250bf4c472 3776:5fd074e27f85
16 $(SED) -n 's,.*CONTENT="libsndfile-\([0-9][^"]*\)">.*,\1,p' | \ 16 $(SED) -n 's,.*CONTENT="libsndfile-\([0-9][^"]*\)">.*,\1,p' | \
17 head -1 17 head -1
18 endef 18 endef
19 19
20 define $(PKG)_BUILD 20 define $(PKG)_BUILD
21 cd '$(1)' && autoreconf -fi -IM4
21 cd '$(1)' && ./configure \ 22 cd '$(1)' && ./configure \
22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 23 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
23 $(ENABLE_SHARED_OR_STATIC) \ 24 $(ENABLE_SHARED_OR_STATIC) \
24 --prefix='$(HOST_PREFIX)' \ 25 --prefix='$(HOST_PREFIX)' \
25 --enable-sqlite \ 26 --enable-sqlite \