1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/multimedia/libdvdnav/Makefile
Ganael LAPLANCHE 5e8038848a multimedia/libdvdnav: fix build on GCC architectures
Error:
src/vm/vm.c:178: error: 'for' loop initial declaration used outside C99 mode

PR:		245131
Submitted by:	canardo <canardo909@gmx.com>
2020-04-04 11:09:09 +00:00

30 lines
705 B
Makefile

# Created by: MANTANI Nobutaka <nobutaka@nobutaka.com>
# $FreeBSD$
PORTNAME= libdvdnav
PORTVERSION= 6.1.0
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/videolan/libdvdnav/${PORTVERSION}/ \
http://dvdnav.mplayerhq.hu/releases/ \
http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
LOCAL/martymac
MAINTAINER= martymac@FreeBSD.org
COMMENT= Videolan version of the libdvdnav project
LICENSE= GPLv2
LIB_DEPENDS= libdvdread.so:multimedia/libdvdread
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= tar:bz2 gmake libtool pathfix pkgconfig
USE_CSTD= c99
USE_LDCONFIG= yes
PORTDOCS= AUTHORS COPYING ChangeLog README TODO
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>