From 1a8b31e34be79641c1900c207b16a6fe33725e4b Mon Sep 17 00:00:00 2001 From: asau Date: Wed, 18 Aug 2010 17:40:31 +0000 Subject: GNU make fallout: it has become stricter wrt tabulation. --- math/genius/distinfo | 3 ++- math/genius/patches/patch-ab | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 math/genius/patches/patch-ab (limited to 'math') diff --git a/math/genius/distinfo b/math/genius/distinfo index c072eb28f7b..0858c004a80 100644 --- a/math/genius/distinfo +++ b/math/genius/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.10 2010/01/20 17:16:38 drochner Exp $ +$NetBSD: distinfo,v 1.11 2010/08/18 17:40:31 asau Exp $ SHA1 (genius-1.0.9.tar.gz) = 04cc07365418f2f4c428cd40bd7fea85a83a151a RMD160 (genius-1.0.9.tar.gz) = d2765d07aa790ff3aeb88b4ad71d882e711d49a1 Size (genius-1.0.9.tar.gz) = 2171307 bytes +SHA1 (patch-ab) = 18c647d379d34bedbf2415a41b675333940cec71 diff --git a/math/genius/patches/patch-ab b/math/genius/patches/patch-ab new file mode 100644 index 00000000000..ca88de87a59 --- /dev/null +++ b/math/genius/patches/patch-ab @@ -0,0 +1,20 @@ +$NetBSD: patch-ab,v 1.1 2010/08/18 17:40:31 asau Exp $ + +Fix tabulation. + +--- gtkextra/Makefile.in.orig 2010-08-18 11:13:33.000000000 +0400 ++++ gtkextra/Makefile.in 2010-08-18 21:27:52.000000000 +0400 +@@ -800,11 +800,11 @@ + + + $(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list +- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \ ++ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \ + && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \ + || ( rm -f gtkextra-marshal.tmp && exit 1 ) + $(srcdir)/gtkextra-marshal.c: gtkextra-marshal.h +- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \ ++ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \ + && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \ + || ( rm -f gtkextra-marshal.tmp && exit 1 ) + -- cgit v1.2.3