diff options
author | wennmach <wennmach@pkgsrc.org> | 2005-01-03 15:38:05 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2005-01-03 15:38:05 +0000 |
commit | 53cb8b1b4febced01c9d1665196b95428e967d5f (patch) | |
tree | 44aa139ee702f7464b96f97da6c66dce7b589d2c | |
parent | 77a6faa314985b54707ca0aa68e19fc192a12ebd (diff) | |
download | pkgsrc-53cb8b1b4febced01c9d1665196b95428e967d5f.tar.gz |
Add patch-ab (forgotten in the previous commit - thanks to
wiz for notifying me).
-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 + |