patch-qunzip_cpp 422 B

1234567891011121314
  1. $OpenBSD: patch-qunzip_cpp,v 1.1.1.1 2016/12/26 15:27:26 zhuk Exp $
  2. Unbreak build.
  3. --- qunzip.cpp.orig Mon Dec 26 17:01:50 2016
  4. +++ qunzip.cpp Mon Dec 26 17:02:03 2016
  5. @@ -3,7 +3,7 @@
  6. // but on windows we haven't this :)
  7. // ok, we'll think about it later, but for linux it's a good way :)
  8. #include <QtCore>
  9. -#if !defined(Q_OS_WIN) && !defined(Q_OS_FREEBSD)
  10. +#if defined(Q_OS_LINUX)
  11. #include <linux/limits.h>
  12. #endif