Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 12:30:07 +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: r560287 - branches/2021Q1/news/rntrack
Message-ID:  <202101041230.104CU7aF022802@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Jan  4 12:30:06 2021
New Revision: 560287
URL: https://svnweb.freebsd.org/changeset/ports/560287

Log:
  MFH: r560286
  
  news/rntrack: fix build on GCC architectures
  
  h/typedefs.h:27: error: redefinition of typedef 'bit'
  h/UNIX.h:173: error: previous declaration of 'bit' was here

Modified:
  branches/2021Q1/news/rntrack/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/news/rntrack/Makefile
==============================================================================
--- branches/2021Q1/news/rntrack/Makefile	Mon Jan  4 12:28:29 2021	(r560286)
+++ branches/2021Q1/news/rntrack/Makefile	Mon Jan  4 12:30:06 2021	(r560287)
@@ -14,7 +14,7 @@ COMMENT=	FTN Messages tracker
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		tar:bzip2
+USES=		compiler:c11 tar:bzip2
 
 MAKE_ENV=	CONFIG=${ETCDIR}/rntrack.cfg
 



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