diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/lapack/patches/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/lapack/patches/patch-ab b/math/lapack/patches/patch-ab new file mode 100644 index 00000000000..a9a7f49c13d --- /dev/null +++ b/math/lapack/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.5 2005/01/03 15:38:05 wennmach Exp $ + +Do not include boilerplate make.inc. + +--- Makefile.orig 2004-12-23 09:35:14.000000000 +0100 ++++ Makefile 2004-12-23 09:36:02.000000000 +0100 +@@ -4,7 +4,7 @@ + # June 30, 1999 + # + +-include make.inc ++#include make.inc + + all: install lib testing blas_testing timing blas_timing + |