freebsd-ports/x11-toolkits/php-gtk/files/patch-ext_gtkhtml_gtkhtml.defs
Edwin Groothuis dd3060cd59 New port: php-gtk
Great! I had planned to port this application.

	Here are some patches to the original submitted PR.  They
	upgrade to v. 0.5.2, force the build of self contained
	extensions, install examples (all tested and working), fix
	some typos in the code, USE_GNOMENG, and add a BUILD_DEP
	towards phpize.

	I have also added knobs to build gdkpixbuf and gtkhtml
	extensions (not scintilla). They build OK, but I have been
	unable to test them => they are not installed.

PR:		ports/46201
Submitted by:	Th. Thomas.
2003-04-01 23:06:03 +00:00

19 lines
528 B
Text

--- ext/gtkhtml/gtkhtml.defs.orig Mon Mar 4 09:36:38 2002
+++ ext/gtkhtml/gtkhtml.defs Sat Dec 7 22:25:24 2002
@@ -348,6 +348,7 @@
(parameter (type-and-name GdkAtom selection))
(parameter (type-and-name gint type))
(parameter (type-and-name gint32 time))
+ (parameter (type-and-name gboolean as_cite))
)
;; Loading
@@ -571,7 +572,7 @@
(return-type none)
)
(method paste
- (of-object HTML (Gtk))
+ (of-object HTML (Gtk, 0))
(c-name gtk_html_paste)
(return-type none)
)