1afa5c8a42
Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php New ports: * textproc/kf5-syntax-highlighting (new in 5.28.0) * graphics/kf5-prison (new in 5.29.0) Fixes: * kf5-kservice: Move applications.menu to kf5-applications.menu to stop conflicting with kdelibs4. * Define conflicts in the kde4-l10n ports (debian does the same). * kf5-kapidox: Fix with python3 Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in 214528, and Dima Panov (fluffy@) for the python3 fix. PR: 214528 Reviewed by: rakuco, mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8776
14 lines
425 B
C++
14 lines
425 B
C++
Fix build on 9.3
|
|
|
|
/wrkdirs/usr/ports/textproc/kf5-syntax-highlighting/work/syntax-highlighting-5.29.0/src/cli/kate-syntax-highlighter.cpp:121:35: error: 'stdout' was not declared in this scope
|
|
|
|
--- src/cli/kate-syntax-highlighter.cpp.orig 2016-12-13 11:57:30 UTC
|
|
+++ src/cli/kate-syntax-highlighter.cpp
|
|
@@ -28,6 +28,7 @@
|
|
#include <QVector>
|
|
|
|
#include <iostream>
|
|
+#include <cstdio>
|
|
|
|
using namespace KSyntaxHighlighting;
|
|
|