Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2020 12:25:16 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r530973 - branches/2020Q2/devel/samurai
Message-ID:  <202004071225.037CPGts091050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Apr  7 12:25:16 2020
New Revision: 530973
URL: https://svnweb.freebsd.org/changeset/ports/530973

Log:
  MFH: r530972
  
  devel/samurai: fix build on GCC architectures
  
  GCC 4.2 doesn't support -Wpedantic:
  cc1: error: unrecognized command line option "-Wpedantic"
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q2/devel/samurai/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/devel/samurai/Makefile
==============================================================================
--- branches/2020Q2/devel/samurai/Makefile	Tue Apr  7 12:23:46 2020	(r530972)
+++ branches/2020Q2/devel/samurai/Makefile	Tue Apr  7 12:25:16 2020	(r530973)
@@ -13,6 +13,8 @@ LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE
 
+USES=		compiler:c11
+
 ALL_TARGET=	samu
 PLIST_FILES=	bin/samu \
 		man/man1/samu.1.gz



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