pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/uno



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Fri Sep 16 21:36:44 UTC 2016

Modified Files:
        pkgsrc/devel/uno: Makefile

Log Message:
uses c99 style comments


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/uno/Makefile

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

Modified files:

Index: pkgsrc/devel/uno/Makefile
diff -u pkgsrc/devel/uno/Makefile:1.18 pkgsrc/devel/uno/Makefile:1.19
--- pkgsrc/devel/uno/Makefile:1.18      Sun Jan  4 02:40:22 2015
+++ pkgsrc/devel/uno/Makefile   Fri Sep 16 21:36:43 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/01/04 02:40:22 dholland Exp $
+# $NetBSD: Makefile,v 1.19 2016/09/16 21:36:43 wiedi Exp $
 #
 
 DISTNAME=              uno_v213
@@ -14,7 +14,7 @@ WRKSRC=                       ${WRKDIR}/uno/src
 MAKE_FILE=             makefile
 
 MAKE_JOBS_SAFE=                no
-
+USE_LANGUAGES=         c99
 USE_TOOLS+=            bison gmake flex
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index