void-packages/srcpkgs/gtk-sharp2/patches/ftbfs.patch
2019-12-18 23:17:25 +01:00

11 lines
201 B
Diff

--- sample/test/TestRange.cs
+++ sample/test/TestRange.cs
@@ -9,6 +9,8 @@
using System;
using Gtk;
+// disambiguate, Gtk.Range vs System.Range
+using Range=Gtk.Range;
namespace WidgetViewer {