summaryrefslogtreecommitdiff
path: root/news/tin/patches/patch-ab
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-09-05 21:59:22 +0000
committerwiz <wiz@pkgsrc.org>2007-09-05 21:59:22 +0000
commit50152cc68156baf492466f6d1cb76c437d9d2494 (patch)
tree3d6d3af61a9876f713443caa06a77c6e5db9bb59 /news/tin/patches/patch-ab
parentada1c9f9901bfef81b4e9ec894296795b04cfe5b (diff)
downloadpkgsrc-50152cc68156baf492466f6d1cb76c437d9d2494.tar.gz
Report it if part of the build fails.
Diffstat (limited to 'news/tin/patches/patch-ab')
-rw-r--r--news/tin/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/news/tin/patches/patch-ab b/news/tin/patches/patch-ab
new file mode 100644
index 00000000000..9c5f071581e
--- /dev/null
+++ b/news/tin/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.4 2007/09/05 21:59:22 wiz Exp $
+
+--- Makefile.orig 2007-02-01 13:11:14.000000000 +0000
++++ Makefile
+@@ -407,7 +407,7 @@ all:
+ @$(ECHO) " "
+
+ build:
+- @-if $(TEST) -r $(SRCDIR)/Makefile ; then $(CD) $(SRCDIR) && $(MAKE) ; else $(ECHO) "You need to run configure first - didn't you read README?" ; fi
++ @if $(TEST) -r $(SRCDIR)/Makefile ; then $(CD) $(SRCDIR) && $(MAKE) ; else $(ECHO) "You need to run configure first - didn't you read README?" ; fi
+
+ install:
+ @$(CD) $(SRCDIR) && $(MAKE) install