diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-05-18 00:37:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-05-18 00:37:06 +0000 |
commit | a2341f00016bb0b9f91bf6a5d785c71a4b190c3d (patch) | |
tree | bce5644953578fa6140287574ea9a08693c7534e | |
parent | Fix OSVESIONs. (diff) |
Mark as BROKEN on powerpc64.
The complete error message:
# In file included from ./../../src/conc/AtomicPtr.h:30,
# from ./../../src/conc/CellPool.h:30,
# from ./../../src/conc/ObjPool.h:44,
# from ../../src/fmtc/Bitdepth.h:30,
# from ../../src/main.cpp:18:
# ./../../src/conc/def.h:45:3: error: #error
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | graphics/vapoursynth-fmtconv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/vapoursynth-fmtconv/Makefile b/graphics/vapoursynth-fmtconv/Makefile index 2b8686fbc177..3a984af0ee93 100644 --- a/graphics/vapoursynth-fmtconv/Makefile +++ b/graphics/vapoursynth-fmtconv/Makefile @@ -15,6 +15,8 @@ COMMENT= Format conversion tools for Vapoursynth LICENSE= WTFPL +BROKEN_powerpc64= fails to compile on powerpc64: \#error + BUILD_DEPENDS= ${LOCALBASE}/include/vapoursynth/VapourSynth.h:multimedia/vapoursynth USE_GITHUB= yes |