mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
741dddbe94
This fixes build with gcc-4.7.x when coupled with the added patch for glib > 2.30.x. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
14 lines
395 B
Diff
14 lines
395 B
Diff
Index: plugins/stardict/stardict.cpp
|
|
===================================================================
|
|
--- plugins/stardict/stardict.cpp.orig
|
|
+++ plugins/stardict/stardict.cpp
|
|
@@ -28,8 +28,7 @@
|
|
#include <QFile>
|
|
#include <QSettings>
|
|
#include <QStack>
|
|
-#include <glib/gmem.h>
|
|
-#include <glib/gstrfuncs.h>
|
|
+#include <glib.h>
|
|
#include "lib.h"
|
|
#include "file.hpp"
|
|
#include "settingsdialog.h"
|