From 9788f0123da7c379004f542bc3c210a8df44d8fe Mon Sep 17 00:00:00 2001 From: lawrance Date: Sun, 11 Dec 2005 23:47:06 +0000 Subject: Unbreak and fix build. PR: ports/90249 Submitted by: Erik Greenwald (maintainer) --- x11-toolkits/gauche-gtk/Makefile | 2 -- .../gauche-gtk/files/patch-src_gtktexttag.stub | 28 ++++++++++++++++++++++ .../gauche-gtk/files/patch-src_gtktoolbar.stub | 11 +++++++++ 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub create mode 100644 x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub diff --git a/x11-toolkits/gauche-gtk/Makefile b/x11-toolkits/gauche-gtk/Makefile index c0c117ff2e4..213b7c10c06 100644 --- a/x11-toolkits/gauche-gtk/Makefile +++ b/x11-toolkits/gauche-gtk/Makefile @@ -21,8 +21,6 @@ COMMENT= GTK2 binding for Gauche BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Does not compile - USE_GNOME= gtk20 # this alters CONFIGURE_TARGET! GNU_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}/gtk diff --git a/x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub b/x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub new file mode 100644 index 00000000000..346af66453d --- /dev/null +++ b/x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub @@ -0,0 +1,28 @@ +--- src/gtktexttag.stub.orig Sat Dec 10 22:21:57 2005 ++++ src/gtktexttag.stub Sat Dec 10 22:22:07 2005 +@@ -36,7 +36,6 @@ + (language-set :type ) + (pad1 :type ) + (pad2 :type ) +- (pad3 :type ) + ) + (allocator (c "Scm_GtkObjectAllocate")) + ) +@@ -85,8 +84,6 @@ + (is-text :type ) + (pad1 :type ) + (pad2 :type ) +- (pad3 :type ) +- (pad4 :type ) + ) + (allocator "return Scm_MakeGtkTextAppearance(NULL);") + ) +@@ -128,8 +125,6 @@ + (realized :type ) + (pad1 :type ) + (pad2 :type ) +- (pad3 :type ) +- (pad4 :type ) + ) + (allocator "return Scm_MakeGtkTextAttributes(NULL);") + ) diff --git a/x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub b/x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub new file mode 100644 index 00000000000..2ccba5efa41 --- /dev/null +++ b/x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub @@ -0,0 +1,11 @@ +--- src/gtktoolbar.stub.orig Sat Dec 10 22:36:08 2005 ++++ src/gtktoolbar.stub Sat Dec 10 22:36:31 2005 +@@ -51,8 +51,6 @@ + (tooltips :type ) + (button-maxw :type ) + (button-maxh :type ) +- (style-set-connection :type ) +- (icon-size-connection :type ) + (style-set :type ) + (icon-size-set :type ) + ) -- cgit