Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2020 23:19:58 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557029 - head/lang/tcl87
Message-ID:  <202012042319.0B4NJwuc044785@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Dec  4 23:19:58 2020
New Revision: 557029
URL: https://svnweb.freebsd.org/changeset/ports/557029

Log:
  lang/tcl87: enable DTRACE on powerpc64le
  
  Builds fine.
  
  Approved by:	tier 2 blanket

Modified:
  head/lang/tcl87/Makefile

Modified: head/lang/tcl87/Makefile
==============================================================================
--- head/lang/tcl87/Makefile	Fri Dec  4 23:19:27 2020	(r557028)
+++ head/lang/tcl87/Makefile	Fri Dec  4 23:19:58 2020	(r557029)
@@ -25,7 +25,9 @@ OPTIONS_DEFAULT=TCLMAN TZDATA
 OPTIONS_DEFINE_amd64=	DTRACE
 OPTIONS_DEFAULT_amd64=	DTRACE
 OPTIONS_DEFINE_powerpc64=	DTRACE
+OPTIONS_DEFINE_powerpc64le=	DTRACE
 OPTIONS_DEFAULT_powerpc64=	DTRACE
+OPTIONS_DEFAULT_powerpc64le=	DTRACE
 OPTIONS_EXCLUDE_powerpc64=	${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
 OPTIONS_EXCLUDE_powerpc64_11=	DTRACE
 OPTIONS_EXCLUDE_powerpc64_12=	DTRACE



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