Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2017 16:04:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437936 - head/devel/cloudabi-toolchain
Message-ID:  <201704071604.v37G4VR1030979@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Apr  7 16:04:31 2017
New Revision: 437936
URL: https://svnweb.freebsd.org/changeset/ports/437936

Log:
  - Always check OPSYS along with OSVERSION
  
  Approved by:	portmgr blanket

Modified:
  head/devel/cloudabi-toolchain/Makefile

Modified: head/devel/cloudabi-toolchain/Makefile
==============================================================================
--- head/devel/cloudabi-toolchain/Makefile	Fri Apr  7 16:03:05 2017	(r437935)
+++ head/devel/cloudabi-toolchain/Makefile	Fri Apr  7 16:04:31 2017	(r437936)
@@ -26,7 +26,7 @@ SHELL_TOOLS=	man pkg-config
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 1100100
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100100
 # Depend on ELF tools provided by the base system. They work well with
 # CloudABI executables.
 BASE_TOOLS=	addr2line c++filt objcopy readelf strings strip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704071604.v37G4VR1030979>