diff options
Diffstat (limited to 'x11/qt4-libs/patches/patch-ak')
-rw-r--r-- | x11/qt4-libs/patches/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/qt4-libs/patches/patch-ak b/x11/qt4-libs/patches/patch-ak new file mode 100644 index 00000000000..2b1db0d469c --- /dev/null +++ b/x11/qt4-libs/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 2007/03/18 17:34:41 adam Exp $ + +--- ./src/gui/kernel/qcursor_x11.cpp.orig 2006-11-27 17:26:13.000000000 +0000 ++++ ./src/gui/kernel/qcursor_x11.cpp +@@ -239,7 +239,7 @@ void QCursorData::update() + return; + } + +- static const char *cursorNames[] = { ++ static char *cursorNames[] = { + "left_ptr", + "up_arrow", + "cross", |