aboutsummaryrefslogtreecommitdiff
path: root/audio/rhythmbox-devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-06-14 04:49:35 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-06-14 04:49:35 +0000
commitaeaa051591fd8361d95313e892088d8dd3b45b30 (patch)
treee774af8a920107d741ff73d66fbaa956282b1d1e /audio/rhythmbox-devel
parent329713ee4da63d44f0b98e2fff49fdbbb8119e89 (diff)
downloadports-aeaa051591fd8361d95313e892088d8dd3b45b30.tar.gz
ports-aeaa051591fd8361d95313e892088d8dd3b45b30.zip
Notes
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r--audio/rhythmbox-devel/Makefile2
-rw-r--r--audio/rhythmbox-devel/files/patch-widges_eggtrayicon.c11
2 files changed, 12 insertions, 1 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index d09e3da3cf93..67ee1821bfaa 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -8,7 +8,7 @@
PORTNAME= rhythmbox
PORTVERSION= 0.9.4.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
diff --git a/audio/rhythmbox-devel/files/patch-widges_eggtrayicon.c b/audio/rhythmbox-devel/files/patch-widges_eggtrayicon.c
new file mode 100644
index 000000000000..bb9d982e2878
--- /dev/null
+++ b/audio/rhythmbox-devel/files/patch-widges_eggtrayicon.c
@@ -0,0 +1,11 @@
+--- widgets/eggtrayicon.c.orig Wed Jun 14 12:25:10 2006
++++ widgets/eggtrayicon.c Wed Jun 14 12:26:41 2006
+@@ -571,7 +571,7 @@
+
+ if (pixbuf)
+ {
+-#if (LIBNOTIFY_VERSION_MICRO < 2)
++#if ((LIBNOTIFY_VERSION_MINOR <= 3) && (LIBNOTIFY_VERSION_MICRO < 2))
+ notify_notification_set_icon_data_from_pixbuf (icon->notify->handle, pixbuf);
+ #else
+ notify_notification_set_icon_from_pixbuf (icon->notify->handle, pixbuf);