1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/multimedia/libdvbpsi/Makefile
Antoine Brodin a5e11f9450 Fix build with gcc from base, it doesn't undertand -Wno-tautological-constant-out-of-range-compare
and has no flag to disable this warning

Phabric:	D197
Reviewed by:	bapt
2014-06-09 19:00:15 +00:00

33 lines
723 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= libdvbpsi
PORTVERSION= 1.2.0
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/libdvbpsi/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Library for MPEG TS and DVB PSI tables decoding and generation
LICENSE= LGPL21
OPTIONS_DEFINE= DEBUG
INSTALL_TARGET= install-strip
USES= libtool pathfix tar:bzip2
#CFLAGS= -Wno-tautological-constant-out-of-range-compare
GNU_CONFIGURE= yes
DEBUG_CONFIGURE_ON= --enable-debug
DEBUG_CONFIGURE_OFF= --enable-release
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} 's/-Werror //' ${WRKSRC}/configure
regression-test:
@(cd ${WRKSRC}/misc && ./test_dr)
.include <bsd.port.mk>