summaryrefslogtreecommitdiff
path: root/emulators/suse_linux/unavailable.mk
blob: 3bf272f36106f0e8bad10d4c4cd87033125de1b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: unavailable.mk,v 1.2 2006/07/28 22:57:38 kristerw Exp $

.ifndef SUSE_UNAVAILABLE_MK
SUSE_UNAVAILABLE_MK=1

# We put a value here so that the creation of the bulk build cache files
# works correctly on all machines.  This speeds up the marking of all
# COMPAT_LINUX packages as not available.
#
SUSE_DIR_PREFIX=	suse100
SUSE_VERSION=		0
PKG_SKIP_REASON+=	"${PKGNAME} is not available for ${MACHINE_PLATFORM}"

# By default, we can't check for missing shared libraries nor note which
# shared libraries are provided and/or required by the package since the
# library support is via syscall emulation.
#
CHECK_SHLIBS_SUPPORTED?=	no

.endif # SUSE_UNAVAILABLE_MK