78936de3a3
This switches the pkg to the 1.3 branch which is declared stable now.
20 lines
647 B
Text
20 lines
647 B
Text
$NetBSD: patch-ae,v 1.5 2007/01/11 19:19:01 drochner Exp $
|
|
|
|
--- scribus/scribusXml.cpp.orig 2006-12-01 09:33:45.000000000 +0100
|
|
+++ scribus/scribusXml.cpp
|
|
@@ -12,6 +12,7 @@ for which a new license (GPL+exception)
|
|
email : christian.toepp@mr-ct@gmx.de
|
|
***************************************************************************/
|
|
|
|
+#include <cmath>
|
|
#include "scribusXml.h"
|
|
#include "scribusXml.moc"
|
|
#include <qfile.h>
|
|
@@ -23,7 +24,6 @@ for which a new license (GPL+exception)
|
|
#include <qdir.h>
|
|
#include <qtextcodec.h>
|
|
#include <cstdlib>
|
|
-#include <cmath>
|
|
#include "missing.h"
|
|
#include "page.h"
|
|
#include "pageitem.h"
|