summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-05-05 21:26:31 +0000
committerryoon <ryoon@pkgsrc.org>2014-05-05 21:26:31 +0000
commit6e731ad71c5e5732ece053e83d8562e305f26179 (patch)
tree03702bea19a54a0f433b0c133288126a846465be /mk
parent2cebbd748bbe30ccc2b88473b5246de155c21b14 (diff)
downloadpkgsrc-6e731ad71c5e5732ece053e83d8562e305f26179.tar.gz
Add amd64 to LP64PLATFORMS, OpenBSD returns amd64 instead of x86_64
No objection on public mailinglist.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 283262dc700..fb01eddc46b 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -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 @@ _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.
+# 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