Ticket #6688: alt-patch.diff
File alt-patch.diff, 750 bytes (added by , 10 years ago) |
---|
-
scummvm-1.7.0
# wrong path
old new 3845 3845 ;; 3846 3846 *) 3847 3847 # 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.42>> "$TMPLOG"`"3849 LIBUNITY_CFLAGS="$LIBUNITY_CFLAGS `pkg-config --cflags unity = 3.8.42>> "$TMPLOG"`"3848 LIBUNITY_LIBS="$LIBUNITY_LIBS `pkg-config --libs unity 2>> "$TMPLOG"`" 3849 LIBUNITY_CFLAGS="$LIBUNITY_CFLAGS `pkg-config --cflags unity 2>> "$TMPLOG"`" 3850 3850 _libunity=no 3851 3851 cat > $TMPC << EOF 3852 3852 #include <unity.h>