pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/ruby-gtk Try to fix link problem on Darwin bulk bu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b0c671dbd15
branches: trunk
changeset: 515821:6b0c671dbd15
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jul 09 13:06:55 2006 +0000
description:
Try to fix link problem on Darwin bulk build.
Bump PKGREVISION.
diffstat:
x11/ruby-gtk/Makefile | 4 ++--
x11/ruby-gtk/patch/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 4fe58b191d2d -r 6b0c671dbd15 x11/ruby-gtk/Makefile
--- a/x11/ruby-gtk/Makefile Sun Jul 09 12:24:23 2006 +0000
+++ b/x11/ruby-gtk/Makefile Sun Jul 09 13:06:55 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2006/04/17 13:47:01 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2006/07/09 13:06:55 taca Exp $
DISTNAME= ruby-gtk-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-gtk-${VERSION}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= x11 ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ruby-gnome/}
diff -r 4fe58b191d2d -r 6b0c671dbd15 x11/ruby-gtk/patch/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/ruby-gtk/patch/patch-aa Sun Jul 09 13:06:55 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/07/09 13:06:55 taca Exp $
+
+--- src/rbgdkevent.c.orig 2003-07-07 02:20:37.000000000 +0900
++++ src/rbgdkevent.c 2006-07-08 14:46:30.000000000 +0900
+@@ -29,7 +29,7 @@ VALUE gdkEventDND;
+ VALUE gdkEventProximity;
+ VALUE gdkEventClient;
+ VALUE gdkEventOther;
+-VALUE gdkDragContext;
++EXTERN VALUE gdkDragContext;
+
+ /* GdkEvent Singleton Methods */
+ static VALUE
Home |
Main Index |
Thread Index |
Old Index