diff options
author | kristerw <kristerw> | 2004-09-11 21:29:22 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-09-11 21:29:22 +0000 |
commit | dd09945a5ed1690aec839c2e5e9196f70c45754c (patch) | |
tree | a9f0a4ae6cec86bb2a13141cd7eedc957905647c /print | |
parent | 1c73b5593dd4fc814311403fe30cc9d0f44226f6 (diff) | |
download | pkgsrc-dd09945a5ed1690aec839c2e5e9196f70c45754c.tar.gz |
Make this package compile with gcc 2.95 too.
Patch provided by Roland Illig on tech-pkg.
Diffstat (limited to 'print')
-rw-r--r-- | print/scribus/distinfo | 3 | ||||
-rw-r--r-- | print/scribus/patches/patch-af | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/print/scribus/distinfo b/print/scribus/distinfo index a3117d9260e..686660d0d56 100644 --- a/print/scribus/distinfo +++ b/print/scribus/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2004/08/14 21:36:22 hubertf Exp $ +$NetBSD: distinfo,v 1.6 2004/09/11 21:29:22 kristerw Exp $ SHA1 (scribus-1.1.7.tar.gz) = 144a8d1c29c173b83023e9bb8f83db1924a1cf96 Size (scribus-1.1.7.tar.gz) = 2555298 bytes @@ -7,3 +7,4 @@ SHA1 (patch-ab) = 34bf150818f1fa9a53d23691a4f577f211750c02 SHA1 (patch-ac) = 3478bbc02a41c955fb820048beb6935567d19a54 SHA1 (patch-ad) = 9203829ecfb4d8da4ebf185fcd446f1ecbb044c1 SHA1 (patch-ae) = 9b79846bd5ceb93ed04bf9ec86e3c1fc89a086ee +SHA1 (patch-af) = dd909856719c957a6d593eb81da2b7a928c5ca8c diff --git a/print/scribus/patches/patch-af b/print/scribus/patches/patch-af new file mode 100644 index 00000000000..4360410a3b1 --- /dev/null +++ b/print/scribus/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2004/09/11 21:29:22 kristerw Exp $ + +--- scribus/plugins/pixmapexport/export.cpp.orig Sat Sep 11 22:53:07 2004 ++++ scribus/plugins/pixmapexport/export.cpp Sat Sep 11 22:58:30 2004 +@@ -116,7 +116,7 @@ + QObject::tr("No"), + QObject::tr("Yes"), + // hack for multiple overwritting (petr) +- (single==TRUE) ? 0 : QObject::tr("Yes all"), ++ (single==TRUE) ? QString::null : QObject::tr("Yes all"), + 0, 0); + QApplication::setOverrideCursor(QCursor(Qt::WaitCursor)); + if (over == 1) |