svn commit: r561914 - head/x11/taiga

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jan 18 13:18:18 UTC 2021


Author: pkubaj
Date: Mon Jan 18 13:18:17 2021
New Revision: 561914
URL: https://svnweb.freebsd.org/changeset/ports/561914

Log:
  x11/taiga: revert r561882
  
  USES=compiler:c11 is already in place.
  
  Reported by:	jbeich
  MFH:		2021Q1

Modified:
  head/x11/taiga/Makefile

Modified: head/x11/taiga/Makefile
==============================================================================
--- head/x11/taiga/Makefile	Mon Jan 18 12:03:48 2021	(r561913)
+++ head/x11/taiga/Makefile	Mon Jan 18 13:18:17 2021	(r561914)
@@ -17,7 +17,6 @@ LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
 		libavcodec.so:multimedia/ffmpeg
 
 USES=		compiler:c11 meson pkgconfig
-USE_CSTD=	c99
 CPPFLAGS+=	-D_WITH_GETLINE # XXX Remove after FreeBSD 11 EOL
 PLIST_FILES=	bin/${PORTNAME}
 


More information about the svn-ports-head mailing list