svn commit: r529840 - head/archivers/lib1541img

Piotr Kubaj pkubaj at FreeBSD.org
Sun Mar 29 21:11:31 UTC 2020


Author: pkubaj
Date: Sun Mar 29 21:11:13 2020
New Revision: 529840
URL: https://svnweb.freebsd.org/changeset/ports/529840

Log:
  archivers/lib1541img: fix build on GCC architectures
  
  Use newer GCC:
  ./include/1541img/cbmdosfile.h:16: error: redefinition of typedef 'Event'

Modified:
  head/archivers/lib1541img/Makefile

Modified: head/archivers/lib1541img/Makefile
==============================================================================
--- head/archivers/lib1541img/Makefile	Sun Mar 29 21:08:58 2020	(r529839)
+++ head/archivers/lib1541img/Makefile	Sun Mar 29 21:11:13 2020	(r529840)
@@ -10,7 +10,7 @@ COMMENT=	Library for handling commodore 1541 disk imag
 
 LICENSE=	BSD2CLAUSE
 
-USES=		gmake
+USES=		compiler:c11 gmake
 
 USE_GITHUB=	yes
 GH_PROJECT=	${PORTNAME} zimk:zimk


More information about the svn-ports-all mailing list