Index: head/deskutils/gworkspace/files/patch-debian-gcc-10 =================================================================== --- head/deskutils/gworkspace/files/patch-debian-gcc-10 (nonexistent) +++ head/deskutils/gworkspace/files/patch-debian-gcc-10 (revision 566775) @@ -0,0 +1,29 @@ +Description: Fix FTBFS with GCC 10. +Author: Yavor Doganov +Debian-Bug: https://bugs.debian.org/957324 +Forwarded: https://savannah.gnu.org/bugs/index.php?58638 +Last-Update: 2020-06-21 +--- + +--- Inspector/ContentViewers/ImageViewer/Resizer.h.orig ++++ Inspector/ContentViewers/ImageViewer/Resizer.h +@@ -24,8 +24,6 @@ + */ + + +-NSConnection *serverConnection; +- + @interface ImageResizer : NSObject + { + +--- Inspector/ContentViewers/ImageViewer/Resizer.m.orig ++++ Inspector/ContentViewers/ImageViewer/Resizer.m +@@ -33,6 +33,8 @@ + do { if (GW_DEBUG_LOG) \ + NSLog(format , ## args); } while (0) + ++NSConnection *serverConnection; ++ + @protocol ImageViewerProtocol + + - (oneway void)setResizer:(id)anObject; Property changes on: head/deskutils/gworkspace/files/patch-debian-gcc-10 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property