svn commit: r560286 - head/news/rntrack

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jan 4 12:28:29 UTC 2021


Author: pkubaj
Date: Mon Jan  4 12:28:29 2021
New Revision: 560286
URL: https://svnweb.freebsd.org/changeset/ports/560286

Log:
  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
  MFH:		2021Q1

Modified:
  head/news/rntrack/Makefile

Modified: head/news/rntrack/Makefile
==============================================================================
--- head/news/rntrack/Makefile	Mon Jan  4 12:08:32 2021	(r560285)
+++ head/news/rntrack/Makefile	Mon Jan  4 12:28:29 2021	(r560286)
@@ -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-head mailing list