# HG changeset patch # User John Donoghue # Date 1420989167 18000 # Node ID 80b2b5cfde0f4c7201228549e7c46a90f6a1de77 # Parent 8b8a7593b08a646fbbcb6cd8c2ea9d135a305daa default-octave: add portaudio, libsndfile as a build dependancy * src/default-octave.mk: add portaudio, libpndfile as a build dependancy diff -r 8b8a7593b08a -r 80b2b5cfde0f src/default-octave.mk --- a/src/default-octave.mk Sat Jan 10 20:13:01 2015 -0500 +++ b/src/default-octave.mk Sun Jan 11 10:12:47 2015 -0500 @@ -14,7 +14,7 @@ ifeq ($(USE_SYSTEM_FONTCONFIG),no) $(PKG)_FONTCONFIG := fontconfig endif -$(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack pcre pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib +$(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile pcre portaudio pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib ifeq ($(MXE_WINDOWS_BUILD),no) $(PKG)_DEPS += x11 xext endif