# HG changeset patch # User Markus Mützel # Date 1668523829 -3600 # Node ID a8cdb57c6ea60793548873917565c0e9ae6a17b2 # Parent 046050a1a55cfaedaec72453070650edcf172e6a default-octave: Depend on pcre2 instead of pcre (bug #61542). diff -r 046050a1a55c -r a8cdb57c6ea6 src/default-octave.mk --- a/src/default-octave.mk Tue Nov 15 15:48:42 2022 +0100 +++ b/src/default-octave.mk Tue Nov 15 15:50:29 2022 +0100 @@ -21,7 +21,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 libsndfile pcre portaudio pstoedit qhull qrupdate qscintilla rapidjson readline sundials-ida suitesparse texinfo zlib +$(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile pcre2 portaudio pstoedit qhull qrupdate qscintilla rapidjson readline sundials-ida suitesparse texinfo zlib ifeq ($(ENABLE_QT5),yes) $(PKG)_DEPS += qt5