Date: Thu, 23 Aug 2012 11:16:22 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303000 - head/x11-themes/qtcurve-gtk2/files Message-ID: <201208231116.q7NBGMkV013700@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Thu Aug 23 11:16:21 2012 New Revision: 303000 URL: http://svn.freebsd.org/changeset/ports/303000 Log: Update patch to fix build on 7.x Reported by: erwin/pointyhat Modified: head/x11-themes/qtcurve-gtk2/files/extra-patch-style-qt_settings.c (contents, props changed) Modified: head/x11-themes/qtcurve-gtk2/files/extra-patch-style-qt_settings.c ============================================================================== --- head/x11-themes/qtcurve-gtk2/files/extra-patch-style-qt_settings.c Thu Aug 23 11:02:59 2012 (r302999) +++ head/x11-themes/qtcurve-gtk2/files/extra-patch-style-qt_settings.c Thu Aug 23 11:16:21 2012 (r303000) @@ -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; +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208231116.q7NBGMkV013700>