pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add LP64PLATFORMS, a list of patterns for 64bit sys...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbee7cb23073
branches:  trunk
changeset: 569081:dbee7cb23073
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 06 18:21:44 2010 +0000

description:
Add LP64PLATFORMS, a list of patterns for 64bit systems.
This allows easily disabling software that is not 64bit clean.

diffstat:

 mk/bsd.prefs.mk |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r fe84d5c7aa66 -r dbee7cb23073 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Wed Jan 06 16:57:18 2010 +0000
+++ b/mk/bsd.prefs.mk   Wed Jan 06 18:21:44 2010 +0000
@@ -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 @@
 _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



Home | Main Index | Thread Index | Old Index