Advertisement
singintime

pidip_configure.patch

Mar 5th, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1. 154c154
  2. < if test ${qt_minor_version} == "8";
  3. ---
  4. > if test ${qt_minor_version} >= "8";
  5. 158,174c158
  6. < if test ${qt_minor_version} == "9";
  7. < then
  8. <   IMLIB_CFLAGS="$CFLAGS -DQUICKTIME_NEWER=1"
  9. < fi
  10. < if test ${qt_minor_version} == "10";
  11. < then
  12. <   IMLIB_CFLAGS="$CFLAGS -DQUICKTIME_NEWER=1"
  13. < fi
  14. < if test ${qt_minor_version} == "11";
  15. < then
  16. <   IMLIB_CFLAGS="$CFLAGS -DQUICKTIME_NEWER=1"
  17. < fi
  18. < if test ${qt_minor_version} == "12";
  19. < then
  20. <   IMLIB_CFLAGS="$CFLAGS -DQUICKTIME_NEWER=1"
  21. < fi
  22. < if test ${qt_major_version} == "1";
  23. ---
  24. > if test ${qt_major_version} >= "1";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement