summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/rhythmbox-devel/Makefile4
-rw-r--r--audio/rhythmbox-devel/files/patch-widges_eggtrayicon.c11
-rw-r--r--audio/rhythmbox/Makefile4
-rw-r--r--audio/rhythmbox/files/patch-widges_eggtrayicon.c11
4 files changed, 26 insertions, 4 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index 57dec0d9b..48f4f5d3a 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/rhythmbox/Makefile,v 1.59 2006/06/02 20:19:18 marcus Exp $
+# $MCom: ports/audio/rhythmbox/Makefile,v 1.60 2006/06/03 04:21:55 marcus Exp $
#
PORTNAME= rhythmbox
PORTVERSION= 0.9.4.1
-PORTREVISION= 6
+PORTREVISION= 7
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 000000000..bb9d982e2
--- /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);
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 57dec0d9b..48f4f5d3a 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/rhythmbox/Makefile,v 1.59 2006/06/02 20:19:18 marcus Exp $
+# $MCom: ports/audio/rhythmbox/Makefile,v 1.60 2006/06/03 04:21:55 marcus Exp $
#
PORTNAME= rhythmbox
PORTVERSION= 0.9.4.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
diff --git a/audio/rhythmbox/files/patch-widges_eggtrayicon.c b/audio/rhythmbox/files/patch-widges_eggtrayicon.c
new file mode 100644
index 000000000..bb9d982e2
--- /dev/null
+++ b/audio/rhythmbox/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);