View | Details | Raw Unified | Return to bug 237104
Collapse All | Expand All

(-)Mk/bsd.port.mk (-3 / +3 lines)
Lines 1797-1805 Link Here
1797
PATCH_DEPENDS+=		${LOCALBASE}/bin/unzip:archivers/unzip
1797
PATCH_DEPENDS+=		${LOCALBASE}/bin/unzip:archivers/unzip
1798
.endif
1798
.endif
1799
1799
1800
# Check the compatibility layer for amd64/ia64
1800
# Check the compatibility layer for amd64
1801
1801
1802
.if ${ARCH} == "amd64" || ${ARCH} =="ia64"
1802
.if ${ARCH} == "amd64"
1803
.if exists(/usr/lib32)
1803
.if exists(/usr/lib32)
1804
HAVE_COMPAT_IA32_LIBS?=  YES
1804
HAVE_COMPAT_IA32_LIBS?=  YES
1805
.endif
1805
.endif
Lines 1813-1819 Link Here
1813
_EXPORTED_VARS+=	HAVE_COMPAT_IA32_KERN
1813
_EXPORTED_VARS+=	HAVE_COMPAT_IA32_KERN
1814
1814
1815
.if defined(IA32_BINARY_PORT) && ${ARCH} != "i386"
1815
.if defined(IA32_BINARY_PORT) && ${ARCH} != "i386"
1816
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
1816
.if ${ARCH} == "amd64"
1817
.if !defined(HAVE_COMPAT_IA32_KERN)
1817
.if !defined(HAVE_COMPAT_IA32_KERN)
1818
IGNORE=		requires a kernel with compiled-in IA32 compatibility
1818
IGNORE=		requires a kernel with compiled-in IA32 compatibility
1819
.elif !defined(HAVE_COMPAT_IA32_LIBS)
1819
.elif !defined(HAVE_COMPAT_IA32_LIBS)
(-)Mk/bsd.port.subdir.mk (-1 / +1 lines)
Lines 98-104 Link Here
98
.endif
98
.endif
99
_EXPORTED_VARS+=	OPSYS
99
_EXPORTED_VARS+=	OPSYS
100
100
101
.if ${ARCH} == "amd64" || ${ARCH} =="ia64"
101
.if ${ARCH} == "amd64"
102
.if !defined(HAVE_COMPAT_IA32_KERN)
102
.if !defined(HAVE_COMPAT_IA32_KERN)
103
HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then echo YES; fi; echo
103
HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then echo YES; fi; echo
104
.if empty(HAVE_COMPAT_IA32_KERN)
104
.if empty(HAVE_COMPAT_IA32_KERN)

Return to bug 237104