pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/lrmi Document ONLY_FOR_PLATFORM.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/087c7ca8a4ab
branches:  trunk
changeset: 643900:087c7ca8a4ab
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Jan 01 10:31:01 2015 +0000

description:
Document ONLY_FOR_PLATFORM.

diffstat:

 emulators/lrmi/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r aea88a77e17c -r 087c7ca8a4ab emulators/lrmi/Makefile
--- a/emulators/lrmi/Makefile   Thu Jan 01 10:26:17 2015 +0000
+++ b/emulators/lrmi/Makefile   Thu Jan 01 10:31:01 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2012/10/03 12:55:15 asau Exp $
+# $NetBSD: Makefile,v 1.14 2015/01/01 10:31:01 dholland Exp $
 #
 
 DISTNAME=              lrmi-0.8
@@ -10,6 +10,9 @@
 HOMEPAGE=              http://sourceforge.net/projects/lrmi/
 COMMENT=               Wrapper to the i386 vm86 mode
 
+# Inherently x86-specific.
+# (XXX: should this be enabled on amd64 and ia64? it won't currently
+# work, but it probably ought to.)
 ONLY_FOR_PLATFORM=     *-*-i386
 NOT_FOR_PLATFORM+=     Interix-*-* # cannot call real mode from Windows
 



Home | Main Index | Thread Index | Old Index