mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Unbreak and fix build.
PR: ports/90249 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
This commit is contained in:
parent
cf66c62c7d
commit
2cb8b80f53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150930
@ -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
|
||||
|
28
x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub
Normal file
28
x11-toolkits/gauche-gtk/files/patch-src_gtktexttag.stub
Normal file
@ -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 <uint>)
|
||||
(pad1 :type <uint>)
|
||||
(pad2 :type <uint>)
|
||||
- (pad3 :type <uint>)
|
||||
)
|
||||
(allocator (c "Scm_GtkObjectAllocate"))
|
||||
)
|
||||
@@ -85,8 +84,6 @@
|
||||
(is-text :type <uint>)
|
||||
(pad1 :type <uint>)
|
||||
(pad2 :type <uint>)
|
||||
- (pad3 :type <uint>)
|
||||
- (pad4 :type <uint>)
|
||||
)
|
||||
(allocator "return Scm_MakeGtkTextAppearance(NULL);")
|
||||
)
|
||||
@@ -128,8 +125,6 @@
|
||||
(realized :type <uint>)
|
||||
(pad1 :type <uint>)
|
||||
(pad2 :type <uint>)
|
||||
- (pad3 :type <uint>)
|
||||
- (pad4 :type <uint>)
|
||||
)
|
||||
(allocator "return Scm_MakeGtkTextAttributes(NULL);")
|
||||
)
|
11
x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub
Normal file
11
x11-toolkits/gauche-gtk/files/patch-src_gtktoolbar.stub
Normal file
@ -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 <gtk-tooltips>)
|
||||
(button-maxw :type <int>)
|
||||
(button-maxh :type <int>)
|
||||
- (style-set-connection :type <uint>)
|
||||
- (icon-size-connection :type <uint>)
|
||||
(style-set :type <uint>)
|
||||
(icon-size-set :type <uint>)
|
||||
)
|
Loading…
Reference in New Issue
Block a user