- 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)
11 lines
373 B
C
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*);
|