builder: libvorbis fix

libvorbis autogen.sh calls the version-suffixed autoconf/automake
scripts, which ends up calling the wrong scripts, so remove the
autogen.sh and reconfigure manually.
This commit is contained in:
Rafael Kitover 2018-12-05 01:59:51 -08:00
parent c68f372e5a
commit 3b185e235e
1 changed files with 2 additions and 0 deletions

View File

@ -255,6 +255,7 @@ DIST_CONFIGURE_TYPES="$DIST_CONFIGURE_TYPES
glib autoreconf glib autoreconf
graphviz autoreconf graphviz autoreconf
docbook2x autoreconf docbook2x autoreconf
libvorbis autoreconf
" "
DIST_RELOCATION_TYPES="$DIST_RELOCATION_TYPES DIST_RELOCATION_TYPES="$DIST_RELOCATION_TYPES
@ -292,6 +293,7 @@ DIST_PRE_BUILD="$DIST_PRE_BUILD
' Makefile; ' Makefile;
libx265 cd source; libx265 cd source;
libsoxr rm -rf tests; mkdir tests; touch tests/CMakeLists.txt; libsoxr rm -rf tests; mkdir tests; touch tests/CMakeLists.txt;
libvorbis rm -f autogen.sh;
XML-SAX sed -i.bak 's/-MXML::SAX/-Mblib -MXML::SAX/' Makefile.PL; XML-SAX sed -i.bak 's/-MXML::SAX/-Mblib -MXML::SAX/' Makefile.PL;
docbook2x sed -i.bak 's/^\\( *SUBDIRS *= *.*\\)doc\\(.*\\)\$/\1\2/' Makefile.am; \ docbook2x sed -i.bak 's/^\\( *SUBDIRS *= *.*\\)doc\\(.*\\)\$/\1\2/' Makefile.am; \
sed -i.bak 's/^\\( *SUBDIRS *= *.*\\)documentation\\(.*\\)\$/\1\2/' xslt/Makefile.am; sed -i.bak 's/^\\( *SUBDIRS *= *.*\\)documentation\\(.*\\)\$/\1\2/' xslt/Makefile.am;