Subject: CVS commit: pkgsrc/emulators
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/30/2007 13:38:41
Module Name: pkgsrc
Committed By: jlam
Date: Mon Jul 30 13:38:41 UTC 2007
Modified Files:
pkgsrc/emulators/suse100_linux: emulator.mk
pkgsrc/emulators/suse91_linux: emulator.mk
Log Message:
s/_LINUX_MODULES/_EMUL_MODULES/g
_LINUX_MODULES was an old, internal name I used in my development of
the emulator framework that I had renamed to _EMUL_MODULES everywhere,
or so I had thought.
This should fix the problem where the dependencies on suse_* weren't
being converted into dependencies on suse32_* on x86_64 platforms when
building a "linux-i386" package.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/emulators/suse100_linux/emulator.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/emulators/suse91_linux/emulator.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.