Ticket #704: doxygen.patch

File doxygen.patch, 878 bytes (added by ususdei, 8 years ago)
  • bootstrap

    diff --git a/bootstrap b/bootstrap
    index ec68966..01876fa 100755
    a b END  
    220220        mv qtools/qglobal.hT qtools/qglobal.h
    221221    fi
    222222
    223     if test -n "$AUTOCONF" ; then
     223    if test -f "CMakeLists.txt" ; then
     224      cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX:PATH="$instdir" .
     225    elif test -n "$AUTOCONF" ; then
    224226      ./configure --prefix "$instdir" AUTOCONF="$AUTOCONF"
    225227    else
    226228      ./configure --prefix "$instdir"
    else  
    360362  cd BUILD
    361363
    362364  # The last field is the SHA1 checksum of the tarball.
    363   lazy_build doxygen 1.8.8 \
    364     src.tar.gz cd511c73e7669dde5ac3e14a5d1abae093aaf1d9
     365  lazy_build doxygen 1.8.11 \
     366    src.tar.gz c0841007cf8a7910ccf0d8e4f7a5dd8fd2d9fc18
    365367  lazy_build autoconf 2.68 \
    366368    tar.xz 63a3b495400c1c053f2f6b62efb7a5c0ad4156c9 \
    367369    tar.bz2 b534c293b22048c022b1ff3a372b9c03f26170b4 \