diff options
author | drochner <drochner@pkgsrc.org> | 2006-11-24 13:02:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-11-24 13:02:48 +0000 |
commit | c3c3b42290a7c16fdc97ce7a6d0dbff1a2d8a7a8 (patch) | |
tree | a97a38087e2aa3b551bb3c701ee8acb4b89a09ec /devel/liboil/Makefile | |
parent | ea3e95812f6db613852c26bcbec25d081f55e91d (diff) | |
download | pkgsrc-c3c3b42290a7c16fdc97ce7a6d0dbff1a2d8a7a8.tar.gz |
update to 0.3.10
changes:
- Lots of new classes and implementations were added for Schrödinger.
- Several i386 implementations also compile on amd64, so these were
copied over to a separate directory and are now enabled on amd64.
- Feature detection on amd64 has been fixed.
- All known startup warnings have been fixed.
- The core now handles arrays that are 'N plus a constant' in length.
- Wrap a bunch of functions in HAVE_UNALIGNED_ACCESS to indicate that
they require an architecture that handles unaligned access.
Diffstat (limited to 'devel/liboil/Makefile')
-rw-r--r-- | devel/liboil/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index f5b98aaaa72..9511aa5666a 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2006/10/23 18:39:24 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2006/11/24 13:02:48 drochner Exp $ # -DISTNAME= liboil-0.3.9 -PKGREVISION= 1 +DISTNAME= liboil-0.3.10 CATEGORIES= devel MASTER_SITES= http://liboil.freedesktop.org/download/ |