pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/liburing



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 19 15:20:48 UTC 2023

Modified Files:
        pkgsrc/devel/liburing: Makefile

Log Message:
liburing: Require a c11 compiler for stdatomic.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/liburing/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/liburing/Makefile
diff -u pkgsrc/devel/liburing/Makefile:1.1 pkgsrc/devel/liburing/Makefile:1.2
--- pkgsrc/devel/liburing/Makefile:1.1  Mon Apr 17 21:32:54 2023
+++ pkgsrc/devel/liburing/Makefile      Wed Jul 19 15:20:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/04/17 21:32:54 gutteridge Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/19 15:20:48 nia Exp $
 
 DISTNAME=      liburing-2.3
 CATEGORIES=    devel
@@ -13,8 +13,12 @@ LICENSE=     gnu-gpl-v2
 HAS_CONFIGURE= YES
 
 USE_TOOLS+=    gmake
+
 USE_LANGUAGES= c c++
 
+# Uses stdatomic.
+USE_CC_FEATURES+=      c11
+
 PKGCONFIG_OVERRIDE+=   liburing.pc.in
 
 # Provides access to the Linux kernel io_uring interface



Home | Main Index | Thread Index | Old Index