diff options
author | makc <makc@FreeBSD.org> | 2012-08-23 19:16:21 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-08-23 19:16:21 +0800 |
commit | 7185129f3181623ec180cdc7735383744f2379ae (patch) | |
tree | 8f06d61eb113cf5c3f4620027c7fca6828555e65 /x11-themes | |
parent | b5d6a8b2f892b1378b3866fd1359f9ba9b915fdc (diff) | |
download | freebsd-ports-gnome-7185129f3181623ec180cdc7735383744f2379ae.tar.gz freebsd-ports-gnome-7185129f3181623ec180cdc7735383744f2379ae.tar.zst freebsd-ports-gnome-7185129f3181623ec180cdc7735383744f2379ae.zip |
Update patch to fix build on 7.x
Reported by: erwin/pointyhat
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve-gtk2/files/extra-patch-style-qt_settings.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/x11-themes/qtcurve-gtk2/files/extra-patch-style-qt_settings.c b/x11-themes/qtcurve-gtk2/files/extra-patch-style-qt_settings.c index c5a1d2822f6a..e151cc6f07cd 100644 --- a/x11-themes/qtcurve-gtk2/files/extra-patch-style-qt_settings.c +++ b/x11-themes/qtcurve-gtk2/files/extra-patch-style-qt_settings.c @@ -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; + |