pkgsrc/x11/gtk-sharp/patches/patch-sample_test_TestRange.cs
nia 48141b75e0 gtk-sharp: Apply a build fix from upstream.
I can't reproduce this but it's apparently visible in mef's bulk builds.
2019-10-20 22:31:05 +00:00

17 lines
387 B
C#

$NetBSD: patch-sample_test_TestRange.cs,v 1.1 2019/10/20 22:31:05 nia Exp $
Disambiguate Gtk.Range vs System.Range
https://github.com/mono/gtk-sharp/pull/263
--- sample/test/TestRange.cs.orig 2016-09-21 11:49:20.000000000 +0000
+++ sample/test/TestRange.cs
@@ -10,6 +10,8 @@ using System;
using Gtk;
+using Range=Gtk.Range;
+
namespace WidgetViewer {
public class TestRange