diff options
author | he <he@pkgsrc.org> | 2017-12-30 11:12:01 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2017-12-30 11:12:01 +0000 |
commit | e5f769418c7b6d7823acb4c9868bca70f1ff85b2 (patch) | |
tree | 0fdb242bca932f911288bfde937e6fbc5d121d5b /multimedia/libmp4v2/Makefile | |
parent | d494b53cf7bc13e2617004707a4e246d57f71e47 (diff) | |
download | pkgsrc-e5f769418c7b6d7823acb4c9868bca70f1ff85b2.tar.gz |
Newer gcc doesn't like non-defined but declared inlines.
Just skip -Werror to avoid the problem for the internal faad library.
Bump PKGREVISION.
Diffstat (limited to 'multimedia/libmp4v2/Makefile')
-rw-r--r-- | multimedia/libmp4v2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libmp4v2/Makefile b/multimedia/libmp4v2/Makefile index 1ac90f98342..f61f242921d 100644 --- a/multimedia/libmp4v2/Makefile +++ b/multimedia/libmp4v2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2017/12/19 10:08:14 markd Exp $ +# $NetBSD: Makefile,v 1.20 2017/12/30 11:12:01 he Exp $ DISTNAME= mpeg4ip-1.6.1 PKGNAME= libmp4v2-1.6.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= multimedia # distfile at sf is corrupt #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpeg4ip/} |