Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: pkgsrc-changes
Date: 07/12/2004 19:27:05
Module Name:	pkgsrc
Committed By:	cube
Date:		Mon Jul 12 19:27:05 UTC 2004

Modified Files:
	pkgsrc/devel/libast: Makefile
	pkgsrc/emulators/snes9x: Makefile
	pkgsrc/graphics/imlib2: Makefile
	pkgsrc/multimedia/ffmpeg: Makefile
	pkgsrc/x11/eterm: Makefile

Log Message:
For USE_MMX users, do the following:
o only include it in the BUILD_DEFS if the current platform is concerned.
  For now that only includes i386, but we might find amd64 users in the
  future.
o test against [Yy][Ee][Ss], for consistency.

Fixes part of PR 26243.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/libast/Makefile
cvs rdiff -r1.19 -r1.20 pkgsrc/emulators/snes9x/Makefile
cvs rdiff -r1.19 -r1.20 pkgsrc/graphics/imlib2/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/multimedia/ffmpeg/Makefile
cvs rdiff -r1.33 -r1.34 pkgsrc/x11/eterm/Makefile

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