pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/libdvdnav



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Mar 28 17:43:37 UTC 2020

Modified Files:
        pkgsrc/multimedia/libdvdnav: Makefile

Log Message:
libdvdnav: Needs USE_LANGUAGES=c99


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/libdvdnav/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/libdvdnav/Makefile
diff -u pkgsrc/multimedia/libdvdnav/Makefile:1.16 pkgsrc/multimedia/libdvdnav/Makefile:1.17
--- pkgsrc/multimedia/libdvdnav/Makefile:1.16   Tue Mar 24 14:59:20 2020
+++ pkgsrc/multimedia/libdvdnav/Makefile        Sat Mar 28 17:43:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/03/24 14:59:20 nia Exp $
+# $NetBSD: Makefile,v 1.17 2020/03/28 17:43:37 nia Exp $
 
 DISTNAME=      libdvdnav-6.1.0
 CATEGORIES=    multimedia
@@ -13,6 +13,7 @@ LICENSE=      gnu-gpl-v2
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c99
 
 PKGCONFIG_OVERRIDE=    misc/dvdnav.pc.in
 



Home | Main Index | Thread Index | Old Index