summaryrefslogtreecommitdiffstats
path: root/deskutils/gnote
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-27 19:56:40 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-27 19:56:40 +0800
commit48511e073bf632760a1796985411362cf1423ad7 (patch)
treeaac54365e8ccc28b9f2b55c6be2381358670722c /deskutils/gnote
parentf9e741615cdff3e948210a841ad2c8b804df3800 (diff)
downloadmarcuscom-ports-48511e073bf632760a1796985411362cf1423ad7.tar
marcuscom-ports-48511e073bf632760a1796985411362cf1423ad7.tar.gz
marcuscom-ports-48511e073bf632760a1796985411362cf1423ad7.tar.bz2
marcuscom-ports-48511e073bf632760a1796985411362cf1423ad7.tar.lz
marcuscom-ports-48511e073bf632760a1796985411362cf1423ad7.tar.xz
marcuscom-ports-48511e073bf632760a1796985411362cf1423ad7.tar.zst
marcuscom-ports-48511e073bf632760a1796985411362cf1423ad7.zip
Fix build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13046 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnote')
-rw-r--r--deskutils/gnote/Makefile3
-rw-r--r--deskutils/gnote/files/patch-src_utils.cpp11
2 files changed, 13 insertions, 1 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile
index 167adf5a4..fa905115c 100644
--- a/deskutils/gnote/Makefile
+++ b/deskutils/gnote/Makefile
@@ -3,11 +3,12 @@
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/gnote/Makefile,v 1.1 2009/07/22 04:14:38 mezz Exp $
+# $MCom: ports/deskutils/gnote/Makefile,v 1.2 2009/08/13 14:19:04 kwm Exp $
#
PORTNAME= gnote
PORTVERSION= 0.6.2
+PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
diff --git a/deskutils/gnote/files/patch-src_utils.cpp b/deskutils/gnote/files/patch-src_utils.cpp
new file mode 100644
index 000000000..bcfa47a2a
--- /dev/null
+++ b/deskutils/gnote/files/patch-src_utils.cpp
@@ -0,0 +1,11 @@
+--- src/utils.cpp.orig 2009-09-27 13:43:28.000000000 +0200
++++ src/utils.cpp 2009-09-27 13:46:05.000000000 +0200
+@@ -744,7 +744,7 @@ namespace gnote {
+ if (!group_cycling) {
+ activate();
+ }
+- else if (can_focus()) {
++ else if (get_can_focus()) {
+ grab_focus();
+ }
+