1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Update patch to fix build on 7.x

Reported by:	erwin/pointyhat
This commit is contained in:
Max Brazhnikov 2012-08-23 11:16:21 +00:00
parent b6776661d1
commit 098ba19652
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303000

View File

@ -1,11 +1,12 @@
--- ./style/qt_settings.c.orig 2011-01-03 00:41:06.000000000 +0300
+++ ./style/qt_settings.c 2011-01-15 21:01:39.529481980 +0300
@@ -35,6 +35,8 @@
#include <dirent.h>
#include <errno.h>
#include <locale.h>
--- ./style/qt_settings.c.orig 2012-04-24 21:19:54.000000000 +0000
+++ ./style/qt_settings.c 2012-08-23 11:13:08.651930973 +0000
@@ -46,6 +46,9 @@
#define strcmp_i(A, B) strncmp_i(A, B, -1)
+#include "getline.h"
+#include "getline.c"
+
QtCPalette qtcPalette;
Options opts;