Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 09:24:54 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9b1671d74c24 - main - lang/php80: enable DTRACE on powerpc
Message-ID:  <202106100924.15A9OsHX019732@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b1671d74c24ce6d07513e76c91d3a47f6cdee08

commit 9b1671d74c24ce6d07513e76c91d3a47f6cdee08
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-10 09:23:30 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-06-10 09:23:30 +0000

    lang/php80: enable DTRACE on powerpc
---
 lang/php80/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lang/php80/Makefile b/lang/php80/Makefile
index ca90715958ba..b08e889b6f90 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -43,7 +43,6 @@ OPTIONS_EXCLUDE_armv7=		DTRACE
 # Bug 197128:  No ASM code for MIPS/MIPS64, disable FPM
 OPTIONS_EXCLUDE_mips=		DTRACE FPM
 OPTIONS_EXCLUDE_mips64=		DTRACE FPM
-OPTIONS_EXCLUDE_powerpc=		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?202106100924.15A9OsHX019732>