diff options
Diffstat (limited to 'x11/gtksourceview-sharp2/patches/patch-aa')
-rw-r--r-- | x11/gtksourceview-sharp2/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/gtksourceview-sharp2/patches/patch-aa b/x11/gtksourceview-sharp2/patches/patch-aa new file mode 100644 index 00000000000..a72efd683be --- /dev/null +++ b/x11/gtksourceview-sharp2/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2008/03/17 22:44:11 wiz Exp $ + +--- sample/Makefile.in.orig 2008-02-19 13:26:38.000000000 +0100 ++++ sample/Makefile.in 2008-02-19 13:26:49.000000000 +0100 +@@ -145,8 +145,8 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + TEST = SourceViewTest.exe +-PRINT = PrintSample.exe +-EXTRA_DIST = SourceViewTest.cs PrintSample.cs ++PRINT = ++EXTRA_DIST = SourceViewTest.cs + CLEANFILES = $(TEST) $(TEST).mdb $(PRINT) $(PRINT).mdb + all: all-am + |