pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/gmpc Fix C99-isms to make this pkg build with gc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d9812cc9ef5
branches: trunk
changeset: 488007:5d9812cc9ef5
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sun Jan 23 18:11:46 2005 +0000
description:
Fix C99-isms to make this pkg build with gcc 2.95.
diffstat:
audio/gmpc/distinfo | 3 ++-
audio/gmpc/patches/patch-aa | 19 +++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 7b901cd3054f -r 5d9812cc9ef5 audio/gmpc/distinfo
--- a/audio/gmpc/distinfo Sun Jan 23 17:45:57 2005 +0000
+++ b/audio/gmpc/distinfo Sun Jan 23 18:11:46 2005 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/11/29 20:45:42 wiz Exp $
+$NetBSD: distinfo,v 1.3 2005/01/23 18:11:46 kristerw Exp $
SHA1 (gmpc-0.11.2.tar.gz) = 2a8902abc0722583d6be97e412ae31ee54130d11
Size (gmpc-0.11.2.tar.gz) = 210365 bytes
+SHA1 (patch-aa) = 90871a10e1a3ee7ae8c09f49a656d6a121bee000
diff -r 7b901cd3054f -r 5d9812cc9ef5 audio/gmpc/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gmpc/patches/patch-aa Sun Jan 23 18:11:46 2005 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1 2005/01/23 18:11:46 kristerw Exp $
+
+--- src/tray-icon.c.orig Sun Jan 23 18:47:03 2005
++++ src/tray-icon.c Sun Jan 23 18:47:29 2005
+@@ -198,13 +198,13 @@
+ GdkRectangle msize;
+ int x,y;
+ int x_tv,y_tv;
++ char *tooltiptext = NULL;
+ int monitor = gdk_screen_get_monitor_at_window(
+ gtk_widget_get_screen(tv), tv->window);
+ GtkWidget *eventb;
+ if(tip != NULL) return FALSE;
+
+
+- char *tooltiptext = NULL;
+
+ tooltiptext = tray_get_tooltip_text();
+ gdk_screen_get_monitor_geometry(
Home |
Main Index |
Thread Index |
Old Index