mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix build with -fno-common
This commit is contained in:
parent
923bc0327e
commit
fbc7ee8af7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549581
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= uget
|
||||
PORTVERSION= 2.2.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION}
|
||||
|
||||
|
11
net/uget/files/patch-ui-gtk_UgtkBanner.h
Normal file
11
net/uget/files/patch-ui-gtk_UgtkBanner.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- ui-gtk/UgtkBanner.h.orig 2018-01-08 00:04:26 UTC
|
||||
+++ ui-gtk/UgtkBanner.h
|
||||
@@ -49,7 +49,7 @@ typedef struct UgtkBanner UgtkBanner;
|
||||
|
||||
// --------------------------------
|
||||
// Banner
|
||||
-struct UgtkBanner {
|
||||
+extern struct UgtkBanner {
|
||||
GtkWidget* self;
|
||||
GtkTextView* text_view;
|
||||
GtkTextBuffer* buffer;
|
Loading…
Reference in New Issue
Block a user