freebsd-ports/x11/gmrun/files/patch-src__gtkcompletionline.h
Renato Botelho 5c91a42499 x11/gmrun: Fix build with GCC architectures [1]
- Add USES=compiler:c++11-lang [1]
- Include cstring in src/ci_string.h [1]
- Add USES=gnome localbase:ldflags [1]
- While here, add mising dependencies and pet portlint

PR:		237871 [1]
Submitted by:	pkubaj@
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-05-27 11:35:27 +00:00

11 lines
373 B
C

--- src/gtkcompletionline.h.orig 2003-11-16 10:43:32 UTC
+++ src/gtkcompletionline.h
@@ -76,7 +76,7 @@ extern "C++" {
void (* cancel)(GtkCompletionLine *cl);
};
- guint gtk_completion_line_get_type(void);
+ GtkType gtk_completion_line_get_type(void);
GtkWidget *gtk_completion_line_new();
void gtk_completion_line_last_history_item(GtkCompletionLine*);