pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/vim-share



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jul 22 10:33:31 UTC 2016

Modified Files:
        pkgsrc/editors/vim-share: Makefile

Log Message:
Uses C99 (isinf).


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/editors/vim-share/Makefile

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

Modified files:

Index: pkgsrc/editors/vim-share/Makefile
diff -u pkgsrc/editors/vim-share/Makefile:1.43 pkgsrc/editors/vim-share/Makefile:1.44
--- pkgsrc/editors/vim-share/Makefile:1.43      Sun Jul  3 13:20:59 2016
+++ pkgsrc/editors/vim-share/Makefile   Fri Jul 22 10:33:31 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/07/03 13:20:59 morr Exp $
+# $NetBSD: Makefile,v 1.44 2016/07/22 10:33:31 jperkin Exp $
 
 PKGNAME=               vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
 COMMENT=               Data files for the vim editor (vi clone)
@@ -10,6 +10,7 @@ CONFIGURE_ARGS+=      --without-x
 
 BUILD_TARGET=          vim
 INSTALL_TARGET=                installruntime installmacros installtutor installtools
+USE_LANGUAGES+=                c99
 USE_TOOLS+=            awk
 INSTALL_MAKE_FLAGS+=   ${MAKE_FLAGS} TOOLS_AWK=${TOOLS_AWK} TOOLS_SETENV=${TOOLS_SETENV}
 



Home | Main Index | Thread Index | Old Index