diff options
author | nros <nros@pkgsrc.org> | 2015-05-02 10:36:29 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2015-05-02 10:36:29 +0000 |
commit | ae16f3eeac2cd2ee522bb1fa141251337426ee03 (patch) | |
tree | 4f8f9d0c102dba1c733527a1ec7c25c1b8a5a01f /lang/qore | |
parent | 745f4c6531d13630c0f0a59a7d2fbdb88bb634a1 (diff) | |
download | pkgsrc-ae16f3eeac2cd2ee522bb1fa141251337426ee03.tar.gz |
Fix build on OpenBSD.
Diffstat (limited to 'lang/qore')
-rw-r--r-- | lang/qore/distinfo | 3 | ||||
-rw-r--r-- | lang/qore/patches/patch-lib_QoreTimeZoneManager.cpp | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lang/qore/distinfo b/lang/qore/distinfo index 281171df8dd..a7814f45eb7 100644 --- a/lang/qore/distinfo +++ b/lang/qore/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.1 2014/12/30 15:39:51 wiz Exp $ +$NetBSD: distinfo,v 1.2 2015/05/02 10:36:29 nros Exp $ SHA1 (qore-0.8.11.tar.bz2) = 16699762ce22e333b1d5eb782a0077f7e7dc7b15 RMD160 (qore-0.8.11.tar.bz2) = 1dcae042c51daaff81485bbb70459a104076a67a Size (qore-0.8.11.tar.bz2) = 20074057 bytes SHA1 (patch-configure) = adf260106c141c38176527ae0e338e420d3cde67 SHA1 (patch-include_qore_QoreFile.h) = 878b81d936bc51f19ae3dac76e25e865bbd0d55d +SHA1 (patch-lib_QoreTimeZoneManager.cpp) = fcb17746e0f90b871fae71ed77054f3b8f5d11db diff --git a/lang/qore/patches/patch-lib_QoreTimeZoneManager.cpp b/lang/qore/patches/patch-lib_QoreTimeZoneManager.cpp new file mode 100644 index 00000000000..38f1d9f140e --- /dev/null +++ b/lang/qore/patches/patch-lib_QoreTimeZoneManager.cpp @@ -0,0 +1,14 @@ +$NetBSD: patch-lib_QoreTimeZoneManager.cpp,v 1.1 2015/05/02 10:36:29 nros Exp $ +* Fix build on OpenBSD. + Committed upstream: + http://sourceforge.net/p/qore/code/7208/ +--- lib/QoreTimeZoneManager.cpp.orig 2015-05-02 12:21:24.000000000 +0000 ++++ lib/QoreTimeZoneManager.cpp +@@ -27,7 +27,6 @@ + + #include <stdio.h> + #include <time.h> +-#include <sys/timeb.h> + + #ifdef HAVE_GLOB_H + #include <glob.h> |