summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2016-04-14 21:59:08 +0000
committerdholland <dholland>2016-04-14 21:59:08 +0000
commit3ee4cca33878e859192fa2022d16872216500fa0 (patch)
treea893e5e00076587e0be7ab45b3310334bde53af1
parenta5af1717a0982617e55a161dbf2ec98e4f3f8151 (diff)
downloadpkgsrc-3ee4cca33878e859192fa2022d16872216500fa0.tar.gz
Set BOX explicitly for x86_64 instead of accidentally by default.
No actual effect.
-rw-r--r--lang/smlnj/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/smlnj/Makefile.common b/lang/smlnj/Makefile.common
index 75ccccdeab7..7bb60c56bd7 100644
--- a/lang/smlnj/Makefile.common
+++ b/lang/smlnj/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2015/04/22 07:41:38 dholland Exp $
+# $NetBSD: Makefile.common,v 1.14 2016/04/14 21:59:08 dholland Exp $
#
# used by lang/smlnj/Makefile
@@ -35,7 +35,7 @@ OS= ${LOWER_OPSYS}
PLIST_VARS+= nlffi # not available on all platforms
-.if ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
BOX= x86
PLIST.nlffi= yes
.elif ${MACHINE_ARCH} == "powerpc"