pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2016Q3]: pkgsrc/textproc/odt2tex Pullup ticket #5122 - request...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c68dcfe45ff7
branches:  pkgsrc-2016Q3
changeset: 408775:c68dcfe45ff7
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Thu Oct 06 18:18:24 2016 +0000

description:
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.

diffstat:

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

diffs (17 lines):

diff -r ffa075580e70 -r c68dcfe45ff7 textproc/odt2tex/Makefile
--- a/textproc/odt2tex/Makefile Thu Oct 06 18:03:30 2016 +0000
+++ b/textproc/odt2tex/Makefile Thu Oct 06 18:18:24 2016 +0000
@@ -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 @@
 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