freebsd-ports/math/lapack++/files/patch-matrix:testing:matrix_test
Maho Nakata 789b5c5923 1. fix build on 5-CURRENT.
2. change e-mail address of maho.
3. honor CXX and CXXFLAGS.
4. modernize patch file names.
5. satisfy portlint.

Reviewed by: knu (mentor)
Reported by: bento
2002-11-19 13:52:23 +00:00

11 lines
296 B
Text

--- matrix/testing/matrix_test.org Tue Feb 29 05:42:29 2000
+++ matrix/testing/matrix_test Mon May 20 10:19:03 2002
@@ -32,7 +32,7 @@
foreach t ($testsuite)
set answer = $t:t.out
echo "$t $N[1] $N[1] >& $answer"
- $t $N[1] $N[1] >& $answer
+ ./$t $N[1] $N[1] >& $answer
end