Subject: CVS commit: pkgsrc/devel/liboil
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 10/23/2006 18:39:24
Module Name:	pkgsrc
Committed By:	drochner
Date:		Mon Oct 23 18:39:24 UTC 2006

Modified Files:
	pkgsrc/devel/liboil: Makefile distinfo
	pkgsrc/devel/liboil/patches: patch-aa
Added Files:
	pkgsrc/devel/liboil/patches: patch-ab patch-ac

Log Message:
-Fix compiler errors with gcc-3.3.3 on i386, reported by Robert Elz per
 PR pkg/34886. Just #ifdef out the code on i386; it was disabled at
 another layer anyway (due to alignment problems with any gcc on i386).
 Thanks to Robert for testing.
-Make sure cpuid is read on amd64, to enable mmx/sse support. (We could
 just assume it, but for the future this makes more sense.)
-bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/liboil/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/liboil/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/liboil/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/devel/liboil/patches/patch-ab \
    pkgsrc/devel/liboil/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.