summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-01-06 18:21:44 +0000
committerjoerg <joerg@pkgsrc.org>2010-01-06 18:21:44 +0000
commit8afaa63116bf1a2730fda6d15500b09e8e3ce81f (patch)
tree110ce994731311002f04b54be17ec708ba46494c /mk/bsd.prefs.mk
parent9786194c912821145d4b52396c472d6694002d16 (diff)
downloadpkgsrc-8afaa63116bf1a2730fda6d15500b09e8e3ce81f.tar.gz
Add LP64PLATFORMS, a list of patterns for 64bit systems.
This allows easily disabling software that is not 64bit clean.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index a294e3f00ba..fe15a58d750 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.301 2009/12/13 08:19:45 obache Exp $
+# $NetBSD: bsd.prefs.mk,v 1.302 2010/01/06 18:21:44 joerg Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -697,4 +697,11 @@ _USER_VARS.dirs= DISTDIR LOCALBASE PACKAGES PKG_SYSCONFDIR WRKOBJDIR
_PKG_VARS.dirs= WRKSRC PATCHDIR FILESDIR PKGDIR
_SYS_VARS.dirs= WRKDIR DESTDIR PKG_SYSCONFBASEDIR
+# List of 64bit operating systems with sizeof(int) != sizeof(void *).
+# This can be used for software that is not 64bit clean.
+#
+# Keywords: ONLY_FOR_PLATFORM NOT_FOR_PLATFORM 64bit
+#
+LP64PLATFORMS= *-*-alpha *-*-sparc64 *-*-x86_64
+
.endif # BSD_PKG_MK