pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2016Q3] pkgsrc/textproc/odt2tex



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Oct  6 18:18:24 UTC 2016

Modified Files:
        pkgsrc/textproc/odt2tex [pkgsrc-2016Q3]: Makefile

Log Message:
Pullup ticket #5122 - requested by joerg
textproc/odt2tex: build fix

Revisions pulled up:
- textproc/odt2tex/Makefile                                     1.3

---
   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.2.2.1 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.2.2.1
--- pkgsrc/textproc/odt2tex/Makefile:1.2        Thu Jul 28 10:26:33 2016
+++ pkgsrc/textproc/odt2tex/Makefile    Thu Oct  6 18:18:24 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/07/28 10:26:33 wiz Exp $
+# $NetBSD: Makefile,v 1.2.2.1 2016/10/06 18:18:24 bsiegert 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