pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/odt2tex Uses C99 for loop declarations.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2edf0be95935
branches:  trunk
changeset: 353259:2edf0be95935
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Oct 01 13:07:50 2016 +0000

description:
Uses C99 for loop declarations.

diffstat:

 textproc/odt2tex/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 78fdcaba3075 -r 2edf0be95935 textproc/odt2tex/Makefile
--- a/textproc/odt2tex/Makefile Sat Oct 01 13:07:23 2016 +0000
+++ b/textproc/odt2tex/Makefile Sat Oct 01 13:07:50 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/07/28 10:26:33 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/10/01 13:07:50 joerg Exp $
 
 DISTNAME=      odt2tex-0.0.13
 CATEGORIES=    textproc
@@ -9,6 +9,7 @@
 COMMENT=       Convert ODT (Libre/OpenOffice text documents) to LaTeX input files
 LICENSE=       mit
 
+USE_LANGUAGES= c99
 USE_TOOLS+=    pkg-config
 
 .include "../../archivers/libzip/buildlink3.mk"



Home | Main Index | Thread Index | Old Index