summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorchs <chs@pkgsrc.org>2010-11-02 18:39:44 +0000
committerchs <chs@pkgsrc.org>2010-11-02 18:39:44 +0000
commitbdf961e91a0bcce2b88837dd6e2f07f383620bf1 (patch)
treefef173752128e19576e98c66d292d2f357c57eaa /emulators
parente8452dbabbadcc0b698332687228433544ef383c (diff)
downloadpkgsrc-bdf961e91a0bcce2b88837dd6e2f07f383620bf1.tar.gz
clarify the platform support section.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse113_linux/Makefile.common8
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/suse113_linux/Makefile.common b/emulators/suse113_linux/Makefile.common
index 38fa00945d4..082a65f2db6 100644
--- a/emulators/suse113_linux/Makefile.common
+++ b/emulators/suse113_linux/Makefile.common
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile.common,v 1.2 2010/11/02 16:49:59 chs Exp $
+# $NetBSD: Makefile.common,v 1.3 2010/11/02 18:39:44 chs Exp $
SUSE_PKG= yes
SUSE_VERSION= 11.3
EMUL_REQD= suse>=${SUSE_VERSION}
# The SuSE 11.x Linux packages are only usable on the following platforms.
-.if defined(SUSE_COMPAT32)
-.else
+# The SUSE_COMPAT32 packages are available only on x86_64 and they emulate i386.
+# The non-SUSE_COMPAT32 packages are available on both i386 and x86_64
+# and they emulate the corresponding linux platform.
+.if !defined(SUSE_COMPAT32)
EMUL_PLATFORMS+= linux-x86_64
ONLY_FOR_PLATFORM+= NetBSD-5.99*-i386
ONLY_FOR_PLATFORM+= NetBSD-[6-9]*-i386