pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/zeromq



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jan 16 09:15:28 UTC 2018

Modified Files:
        pkgsrc/net/zeromq: Makefile

Log Message:
zeromq: Requires C99.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/zeromq/Makefile

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

Modified files:

Index: pkgsrc/net/zeromq/Makefile
diff -u pkgsrc/net/zeromq/Makefile:1.27 pkgsrc/net/zeromq/Makefile:1.28
--- pkgsrc/net/zeromq/Makefile:1.27     Sat Jan 13 18:22:42 2018
+++ pkgsrc/net/zeromq/Makefile  Tue Jan 16 09:15:28 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/01/13 18:22:42 adam Exp $
+# $NetBSD: Makefile,v 1.28 2018/01/16 09:15:28 jperkin Exp $
 
 DISTNAME=      zeromq-4.2.3
 CATEGORIES=    net devel
@@ -12,7 +12,7 @@ LICENSE=      gnu-lgpl-v3
 GITHUB_PROJECT=        libzmq
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
-USE_LANGUAGES=         c gnu++11
+USE_LANGUAGES=         c c99 gnu++11
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index