diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-25 12:05:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-25 12:05:14 +0000 |
commit | 21413d18f5c4faabf69484fd8011410b62a614ab (patch) | |
tree | bf04157cebd3a6b439d6a61be04062d0c5db9a0d /Mk/bsd.port.mk | |
parent | dcae21f5b2989eda6463fe8b474ff9decff1e056 (diff) | |
download | ports-21413d18f5c4faabf69484fd8011410b62a614ab.tar.gz ports-21413d18f5c4faabf69484fd8011410b62a614ab.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 6500282f9e3e..0535896ef1c0 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1635,7 +1635,10 @@ PATCH_DEPENDS+= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip HAVE_COMPAT_IA32_LIBS?= YES .endif .if !defined(HAVE_COMPAT_IA32_KERN) -HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then echo YES; fi +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) +.undef HAVE_COMPAT_IA32_KERN +.endif .endif .endif |