diff options
author | jmc <jmc@pkgsrc.org> | 2003-03-11 01:46:29 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-03-11 01:46:29 +0000 |
commit | bfcc0550e34e06e50011946072704db1059c7d52 (patch) | |
tree | 3c35da9f7312d902a41bdbe62aeeb0e38a24f12e /math/blas/PLIST | |
parent | ab5578bd5b44c4022e3254445c438cb6f6411811 (diff) | |
download | pkgsrc-bfcc0550e34e06e50011946072704db1059c7d52.tar.gz |
Add libblas_pic.a as a target and make/install it. Therefore other packages
(like math/R) which try to link libblas into shared objects have proper PIC
objects to use.
Diffstat (limited to 'math/blas/PLIST')
-rw-r--r-- | math/blas/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/blas/PLIST b/math/blas/PLIST index dee02cfd08f..d8f264e2a2a 100644 --- a/math/blas/PLIST +++ b/math/blas/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:08 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/03/11 01:46:29 jmc Exp $ lib/libblas.a +lib/libblas_pic.a |