
pidip_configure.patch
By:
singintime on
Mar 5th, 2012 | syntax:
Bash | size: 0.58 KB | hits: 64 | expires: Never
154c154
< if test ${qt_minor_version} == "8";
---
> if test ${qt_minor_version} >= "8";
158,174c158
< if test ${qt_minor_version} == "9";
< then
< IMLIB_CFLAGS="$CFLAGS -DQUICKTIME_NEWER=1"
< fi
< if test ${qt_minor_version} == "10";
< then
< IMLIB_CFLAGS="$CFLAGS -DQUICKTIME_NEWER=1"
< fi
< if test ${qt_minor_version} == "11";
< then
< IMLIB_CFLAGS="$CFLAGS -DQUICKTIME_NEWER=1"
< fi
< if test ${qt_minor_version} == "12";
< then
< IMLIB_CFLAGS="$CFLAGS -DQUICKTIME_NEWER=1"
< fi
< if test ${qt_major_version} == "1";
---
> if test ${qt_major_version} >= "1";