pkgsrc-ng/math/mcsim/patches/patch-Makefile.in
2013-09-26 17:14:40 +02:00

14 lines
506 B
Plaintext

$NetBSD: patch-Makefile.in,v 1.1 2011/05/09 20:59:10 asau Exp $
--- Makefile.in.orig 2011-01-29 15:52:31.000000000 +0000
+++ Makefile.in
@@ -481,7 +481,7 @@ check-TESTS: $(TESTS)
if test -f ./$$tst; then dir=./; \
elif test -f $$tst; then dir=; \
else dir="$(srcdir)/"; fi; \
- if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
+ if $(TESTS_ENVIRONMENT) $(SHELL) $${dir}$$tst; then \
all=`expr $$all + 1`; \
case " $(XFAIL_TESTS) " in \
*[\ \ ]$$tst[\ \ ]*) \