78936de3a3
This switches the pkg to the 1.3 branch which is declared stable now.
20 lines
648 B
Text
20 lines
648 B
Text
$NetBSD: patch-ad,v 1.4 2007/01/11 19:19:01 drochner Exp $
|
|
|
|
--- scribus/plugins/svgimplugin/svgplugin.cpp.orig 2007-01-05 22:25:56.000000000 +0100
|
|
+++ scribus/plugins/svgimplugin/svgplugin.cpp
|
|
@@ -4,6 +4,7 @@ to the COPYING file provided with the pr
|
|
a copyright and/or license notice that predates the release of Scribus 1.3.2
|
|
for which a new license (GPL+exception) is in place.
|
|
*/
|
|
+#include <cmath>
|
|
#include "svgplugin.h"
|
|
#include "svgplugin.moc"
|
|
|
|
@@ -20,7 +21,6 @@ for which a new license (GPL+exception)
|
|
#include <qdragobject.h>
|
|
#include <qregexp.h>
|
|
#include <qcursor.h>
|
|
-#include <cmath>
|
|
#ifdef HAVE_LIBZ
|
|
#include <zlib.h>
|
|
#endif
|