Ticket #6688: alt-patch.diff

File alt-patch.diff, 750 bytes (added by bluegr, 9 years ago)
  • scummvm-1.7.0

    # wrong path
    old new  
    38453845                        ;;
    38463846                *)
    38473847                        # Unity has a lots of dependencies, update the libs and cflags var with them
    3848                         LIBUNITY_LIBS="$LIBUNITY_LIBS `pkg-config --libs unity = 3.8.4 2>> "$TMPLOG"`"
    3849                         LIBUNITY_CFLAGS="$LIBUNITY_CFLAGS `pkg-config --cflags unity = 3.8.4 2>> "$TMPLOG"`"
     3848                        LIBUNITY_LIBS="$LIBUNITY_LIBS `pkg-config --libs unity 2>> "$TMPLOG"`"
     3849                        LIBUNITY_CFLAGS="$LIBUNITY_CFLAGS `pkg-config --cflags unity 2>> "$TMPLOG"`"
    38503850                        _libunity=no
    38513851                        cat > $TMPC << EOF
    38523852#include <unity.h>