svn commit: r560287 - branches/2021Q1/news/rntrack

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jan 4 12:30:07 UTC 2021


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
 


More information about the svn-ports-branches mailing list