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