From 22c9163e3f535736879f60f0f6d95f1c44684720 Mon Sep 17 00:00:00 2001 From: recht Date: Tue, 9 Sep 2003 11:54:55 +0000 Subject: Apply patch provided by Joachim Koenig-Baltes in PR 22700 to make wxPython 2.4.1.2 compile. (Adds a missing definition in include/wx/menuitem.h.) Bump PKGREVISION to 1. --- x11/wxGTK/Makefile | 5 +++-- x11/wxGTK/distinfo | 3 ++- x11/wxGTK/patches/patch-af | 12 ++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 x11/wxGTK/patches/patch-af (limited to 'x11/wxGTK') diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile index f2d6db24e90..fe67be20ed6 100644 --- a/x11/wxGTK/Makefile +++ b/x11/wxGTK/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.24 2003/09/03 18:22:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.25 2003/09/09 11:54:55 recht Exp $ # DISTNAME= wxGTK-2.4.1 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxwindows/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tsarna@NetBSD.org -HOMEPAGE= http://www.wxwindows.org +HOMEPAGE= http://www.wxwindows.org/ COMMENT= GTK-based implementation of the wxWindows GUI library USE_BUILDLINK2= YES diff --git a/x11/wxGTK/distinfo b/x11/wxGTK/distinfo index f2dce2b9863..34b3642ac31 100644 --- a/x11/wxGTK/distinfo +++ b/x11/wxGTK/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2003/09/04 13:07:00 adam Exp $ +$NetBSD: distinfo,v 1.11 2003/09/09 11:54:55 recht Exp $ SHA1 (wxGTK-2.4.1.tar.bz2) = 4aea0d24d755e7f1fa89d8198014790670a79437 Size (wxGTK-2.4.1.tar.bz2) = 5348194 bytes @@ -6,3 +6,4 @@ SHA1 (patch-aa) = 5602ed3a9c15eab638f270990b91edc844a1e6e3 SHA1 (patch-ab) = f0799ad63b9bd39cf58295b6d93ce7b697190d8c SHA1 (patch-ac) = 793ba08af48412fea905fc203b0c7322e4bafe9c SHA1 (patch-ad) = 1ee314f895451dfab8bf56952ad2822b8530590f +SHA1 (patch-af) = 8d6572d26108d6aa914c4f12b67db646e936b464 diff --git a/x11/wxGTK/patches/patch-af b/x11/wxGTK/patches/patch-af new file mode 100644 index 00000000000..363b36f8af8 --- /dev/null +++ b/x11/wxGTK/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2003/09/09 11:54:56 recht Exp $ + +--- include/wx/menuitem.h.orig 2003-09-09 12:37:07.000000000 +0200 ++++ include/wx/menuitem.h 2003-09-09 12:37:31.000000000 +0200 +@@ -49,6 +49,7 @@ + + // the menu we're in + wxMenu *GetMenu() const { return m_parentMenu; } ++ void SetMenu(wxMenu* menu) { m_parentMenu = menu; } + + // get/set id + void SetId(int id) { m_id = id; } -- cgit v1.2.3