diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2021-01-31 17:22:06 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2021-01-31 17:22:06 +0000 |
| commit | 79113610d04c8f42b73863312c6bf7c4d227485d (patch) | |
| tree | f7efa01fd220e4d574dcdb549f0d087b7d5ce4c3 | |
| parent | multimedia/atomicparsley: update to 20210114.184825.1dbe1be (diff) | |
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
| -rw-r--r-- | multimedia/atomicparsley/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/atomicparsley/Makefile b/multimedia/atomicparsley/Makefile index f74329ab63a8..7f40aa872fe6 100644 --- a/multimedia/atomicparsley/Makefile +++ b/multimedia/atomicparsley/Makefile @@ -10,7 +10,7 @@ COMMENT= Command line program for reading parsing and setting MP4/M4A metadata LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake +USES= cmake compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= wez PLIST_FILES= bin/AtomicParsley |
