Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 2020 09:19:36 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553892 - head/lang/php80
Message-ID:  <202011020919.0A29JaOk044879@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Mon Nov  2 09:19:35 2020
New Revision: 553892
URL: https://svnweb.freebsd.org/changeset/ports/553892

Log:
  lang/php80: Fix ZTS flag
  
  ZFS flag was renamed from --enable--maintainer-zts to --enable-zts
  
  Submitted by:	fluffy
  Sponsored by:	PHP Update Service

Modified:
  head/lang/php80/Makefile

Modified: head/lang/php80/Makefile
==============================================================================
--- head/lang/php80/Makefile	Mon Nov  2 07:38:20 2020	(r553891)
+++ head/lang/php80/Makefile	Mon Nov  2 09:19:35 2020	(r553892)
@@ -135,7 +135,7 @@ CONFIGURE_ARGS+=--enable-debug
 .endif
 
 .if ${PORT_OPTIONS:MZTS}
-CONFIGURE_ARGS+=--enable-maintainer-zts
+CONFIGURE_ARGS+=--enable-zts
 CONFIGURE_ENV+=	pthreads_working="yes"
 .endif
 



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