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