Changeset 36849


Ignore:
Timestamp:
2022-10-21T16:19:43+13:00 (18 months ago)
Author:
davidb
Message:

strange compilation error, triggered by libtheora trying to run latex on a documentation file that used syntax that the version of latex on bedrock could not understand. the change here is to run a make target that only compiles up the code and does not try to generate the supporting documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/video-and-audio/trunk/src/build-srcpack/packages/CASCADE-MAKE/LIBTHEORA.sh

    r22268 r36849  
    1414         "--with-ogg=$prefix --with-vorbis=$prefix"
    1515
    16 opt_run_make $compile   $package $version
    17 opt_run_make $install   $package $version "install"
     16# opt_run_make $compile   $package $version
     17opt_run_make $install   $package $version "install-exec"
    1818opt_run_make $clean     $package $version "clean"
    1919opt_run_make $distclean $package $version "distclean"
Note: See TracChangeset for help on using the changeset viewer.