Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -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>