pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libuv



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 19 14:47:55 UTC 2023

Modified Files:
        pkgsrc/devel/libuv: Makefile

Log Message:
libuv: c11 is a C dialect, so use USE_CC_FEATURES


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/libuv/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/libuv/Makefile
diff -u pkgsrc/devel/libuv/Makefile:1.79 pkgsrc/devel/libuv/Makefile:1.80
--- pkgsrc/devel/libuv/Makefile:1.79    Tue Jul 18 14:11:16 2023
+++ pkgsrc/devel/libuv/Makefile Wed Jul 19 14:47:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2023/07/18 14:11:16 nia Exp $
+# $NetBSD: Makefile,v 1.80 2023/07/19 14:47:54 nia Exp $
 
 DISTNAME=      libuv-1.46.0
 CATEGORIES=    devel
@@ -12,7 +12,7 @@ LICENSE=      mit AND 2-clause-bsd AND isc AN
 
 USE_LANGUAGES= c11     # stdatomic.h
 
-USE_CXX_FEATURES+=     c11
+USE_CC_FEATURES+=      c11
 
 USE_LIBTOOL=   yes
 USE_TOOLS+=    autoconf automake pkg-config



Home | Main Index | Thread Index | Old Index