diff options
author | markd <markd@pkgsrc.org> | 2009-01-11 11:45:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-01-11 11:45:11 +0000 |
commit | 106d9b51cd5eb6c007b4d793910d5c86950fded1 (patch) | |
tree | 31b2820165911d0d82a19df647ed7a0d62a56ac7 /math/eigen2/Makefile | |
parent | aa48a78d54ad51c3c3e2538082d0f3cc522bd3d7 (diff) | |
download | pkgsrc-106d9b51cd5eb6c007b4d793910d5c86950fded1.tar.gz |
posix_memalign() only in recent NetBSD's so use malloc() instead.
Diffstat (limited to 'math/eigen2/Makefile')
-rw-r--r-- | math/eigen2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile index bfe1908660f..e7b92541835 100644 --- a/math/eigen2/Makefile +++ b/math/eigen2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2009/01/11 10:11:48 markd Exp $ +# $NetBSD: Makefile,v 1.3 2009/01/11 11:45:11 markd Exp $ DISTNAME= eigen-2.0-beta5 PKGNAME= ${DISTNAME:S/-beta/beta/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= http://download.tuxfamily.org/eigen/ EXTRACT_SUFX= .tar.bz2 |