svn commit: r563498 - head/multimedia/atomicparsley

Jan Beich jbeich at FreeBSD.org
Sun Jan 31 17:22:06 UTC 2021


Author: jbeich
Date: Sun Jan 31 17:22:06 2021
New Revision: 563498
URL: https://svnweb.freebsd.org/changeset/ports/563498

Log:
  multimedia/atomicparsley: unbreak on GCC architectures after r563497
  
  src/util.cpp: In function 'FILE* APar_OpenISOBaseMediaFile(const char*, bool)':
  src/util.cpp:125: error: 'nullptr' was not declared in this scope
  src/util.cpp:131: error: 'nullptr' was not declared in this scope

Modified:
  head/multimedia/atomicparsley/Makefile   (contents, props changed)

Modified: head/multimedia/atomicparsley/Makefile
==============================================================================
--- head/multimedia/atomicparsley/Makefile	Sun Jan 31 17:16:04 2021	(r563497)
+++ head/multimedia/atomicparsley/Makefile	Sun Jan 31 17:22:06 2021	(r563498)
@@ -10,7 +10,7 @@ COMMENT=	Command line program for reading parsing and 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake
+USES=		cmake compiler:c++11-lib
 USE_GITHUB=	yes
 GH_ACCOUNT=	wez
 PLIST_FILES=	bin/AtomicParsley


More information about the svn-ports-all mailing list