pkgsrc/print/scribus-qt4/patches/patch-ba
drochner 2766b15190 update to 1.4.3
changes:
The Barcode Writer has been updated and supports many more barcodes,
 including QR.
The Galaxy Gauge# color matching system and color tools have been included.
New color palettes from government agencies (Canada, Germany,
 The Netherlands, United Kingdom) have been included.
More Open Source color palettes have been included.
Improvements to the build system.
Improvements to the Preflight Verifier.
The A4 page size limit of TeX-rendered graphics in Render Frames has been
 removed.
The Short Words plug-in now supports Danish.
Many updates to the Online Manual.
Bugfixes
2013-08-09 11:06:28 +00:00

21 lines
842 B
Text

$NetBSD: patch-ba,v 1.2 2013/08/09 11:06:28 drochner Exp $
--- scribus/scclocale.h.orig 2013-02-24 21:43:32.000000000 +0000
+++ scribus/scclocale.h
@@ -21,14 +21,14 @@
#include <xlocale.h>
#endif
-#if defined(Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined (Q_OS_FREEBSD) || defined (Q_OS_HAIKU)
+#if defined(Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined (Q_OS_FREEBSD) || defined (Q_OS_NETBSD) || defined (Q_OS_HAIKU)
#include <locale.h>
#endif
#if defined(Q_WS_WIN)
#define XLocaleType _locale_t
#else
- #if defined (Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined (Q_OS_FREEBSD) || defined (Q_OS_HAIKU)
+ #if defined (Q_OS_SOLARIS) || defined (Q_OS_OPENBSD) || defined (Q_OS_FREEBSD) || defined (Q_OS_NETBSD) || defined (Q_OS_HAIKU)
#define XLocaleType char* //dummy?
#else
#define XLocaleType locale_t