diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 20:51:54 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 20:51:54 +0800 |
commit | bfd392ed9f854897be7bb8167aa15950a5877914 (patch) | |
tree | eeece0361b9b428addca70ed61f359751cb1a939 /multimedia | |
parent | ce8009aa2db621232efbe3fd48080b373d3798c3 (diff) | |
download | freebsd-ports-gnome-bfd392ed9f854897be7bb8167aa15950a5877914.tar.gz freebsd-ports-gnome-bfd392ed9f854897be7bb8167aa15950a5877914.tar.zst freebsd-ports-gnome-bfd392ed9f854897be7bb8167aa15950a5877914.zip |
Mark BROKEN: fails to build
PCMParserList.cpp:115:3: error: comparison between pointer and integer ('const char *' and 'int')
ASDCP_TEST_NULL_STR(argv);
^~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/asdcplib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/asdcplib/Makefile b/multimedia/asdcplib/Makefile index 15532ffce6b1..3ee944290c3f 100644 --- a/multimedia/asdcplib/Makefile +++ b/multimedia/asdcplib/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://download.cinecert.com/asdcplib/ MAINTAINER= olgeni@FreeBSD.org COMMENT= Open source implementation of SMPTE and the MXF Interop format +BROKEN= fails to build + LIB_DEPENDS= libexpat.so:textproc/expat2 GNU_CONFIGURE= yes |