pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Add amd64 to LP64PLATFORMS, OpenBSD returns amd64 i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/12857a4720e7
branches: trunk
changeset: 633974:12857a4720e7
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon May 05 21:26:31 2014 +0000
description:
Add amd64 to LP64PLATFORMS, OpenBSD returns amd64 instead of x86_64
No objection on public mailinglist.
diffstat:
mk/bsd.prefs.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 03c6591309b6 -r 12857a4720e7 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk Mon May 05 21:25:11 2014 +0000
+++ b/mk/bsd.prefs.mk Mon May 05 21:26:31 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.345 2014/04/07 17:25:16 asau Exp $
+# $NetBSD: bsd.prefs.mk,v 1.346 2014/05/05 21:26:31 ryoon Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -789,9 +789,10 @@
# List of 64bit operating systems with sizeof(int) != sizeof(void *).
# This can be used for software that is not 64bit clean.
+# amd64 is for OpenBSD.
#
# Keywords: ONLY_FOR_PLATFORM NOT_FOR_PLATFORM 64bit
#
-LP64PLATFORMS= *-*-alpha *-*-sparc64 *-*-x86_64
+LP64PLATFORMS= *-*-alpha *-*-sparc64 *-*-x86_64 *-*-amd64
.endif # BSD_PKG_MK
Home |
Main Index |
Thread Index |
Old Index