explicitly initialise a variable to let taskjuggler build (and run?) on

systems with malloc flag J

submitted upstream
This commit is contained in:
sturm 2006-04-29 17:12:04 +00:00
parent 6880d2af36
commit 80a9759dff
2 changed files with 13 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/03/11 14:06:31 sturm Exp $
# $OpenBSD: Makefile,v 1.2 2006/04/29 17:12:04 sturm Exp $
COMMENT= "project management tool"
DISTNAME= taskjuggler-2.2.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= productivity
SHARED_LIBS= taskjuggler 3.3

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-taskjuggler_TaskScenario_cpp,v 1.1 2006/04/29 17:12:04 sturm Exp $
--- taskjuggler/TaskScenario.cpp.orig Sun Dec 4 08:07:45 2005
+++ taskjuggler/TaskScenario.cpp Sat Apr 29 09:01:06 2006
@@ -33,6 +33,7 @@ TaskScenario::TaskScenario()
endCredit = -1.0;
reportedCompletion = -1.0;
containerCompletion = -1.0;
+ completionDegree = 0.0;
scheduled = FALSE;
criticalness = pathCriticalness = 0.0;
}