PCMParserList.cpp:115:3: error: comparison between pointer and integer ('const char *' and 'int') ASDCP_TEST_NULL_STR(argv); ^~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout
23 lines
503 B
Makefile
23 lines
503 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= asdcplib
|
|
PORTVERSION= 1.11.49
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
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
|
|
CONFIGURE_ARGS+=--with-expat=${LOCALBASE} \
|
|
--with-openssl=${OPENSSLBASE}
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool ssl
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|