pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/odt2tex



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Oct  1 13:07:50 UTC 2016

Modified Files:
        pkgsrc/textproc/odt2tex: Makefile

Log Message:
Uses C99 for loop declarations.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/odt2tex/Makefile

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

Modified files:

Index: pkgsrc/textproc/odt2tex/Makefile
diff -u pkgsrc/textproc/odt2tex/Makefile:1.2 pkgsrc/textproc/odt2tex/Makefile:1.3
--- pkgsrc/textproc/odt2tex/Makefile:1.2        Thu Jul 28 10:26:33 2016
+++ pkgsrc/textproc/odt2tex/Makefile    Sat Oct  1 13:07:50 2016
@@ -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 @@ HOMEPAGE=       https://www.chronowerks.de/odt
 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