svn commit: r553892 - head/lang/php80

Torsten Zuehlsdorff tz at FreeBSD.org
Mon Nov 2 09:19:36 UTC 2020


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
 


More information about the svn-ports-all mailing list