aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.subdir.mk
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-04-23 17:52:38 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-04-23 17:52:38 +0000
commit3a69880c810ed7f09365998b77af706bb2fe3d02 (patch)
tree95b0402e6ded028ec23363e6360d4b7d5cbe32a3 /Mk/bsd.port.subdir.mk
parentcb162ca9bd01dea85f5387956ce38fc899ad6228 (diff)
downloadports-3a69880c810ed7f09365998b77af706bb2fe3d02.tar.gz
ports-3a69880c810ed7f09365998b77af706bb2fe3d02.zip
Remove checks for ia64, this is not a supported architecture.
PR: 237104 Approved by: portmgr
Notes
Notes: svn path=/head/; revision=499773
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r--Mk/bsd.port.subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index 8f1d3b3105cc..eb40c1e106b1 100644
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -98,7 +98,7 @@ OPSYS!= ${UNAME} -s
.endif
_EXPORTED_VARS+= OPSYS
-.if ${ARCH} == "amd64" || ${ARCH} =="ia64"
+.if ${ARCH} == "amd64"
.if !defined(HAVE_COMPAT_IA32_KERN)
HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then echo YES; fi; echo
.if empty(HAVE_COMPAT_IA32_KERN)