freebsd-ports/x11-themes/qtcurve-gtk2/files/extra-patch-style-qt_settings.c
Dima Panov 1a29625986 - Dropping maintainership [1]
- While here, try to fix build on 6.x/7.x by providing getline() [2]

PR:		146390 [1]
Submitted by:	Dmitry Klimov <lazyklimm@gmail.com>	(maintainer) [1]
		kmoore@ via irc/email [2]
2010-05-08 10:45:27 +00:00

11 lines
320 B
C

--- style/qt_settings.c.o 2010-05-06 14:56:53.000000000 +0000
+++ style/qt_settings.c 2010-05-06 15:00:46.000000000 +0000
@@ -22,6 +22,8 @@
#include "common.h"
#define CONFIG_READ
#include "config_file.c"
+#include "getline.h"
+#include "getline.c"
#include <gtk/gtk.h>
#include <time.h>
#include <gdk/gdkcolor.h>