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: riastradh
Date: Wed Jun 28 13:45:23 UTC 2023
Modified Files:
pkgsrc/devel/libuv: Makefile
Log Message:
libuv: Note c11 requirement for stdatomic.h.
I don't think mk/compiler.mk knows that gcc49 is needed for c11,
though, so add GCC_REQD+=4.9 for now, and leave an XXX comment on the
subject.
Let's see if this unblocks the centos7 builds.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 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.76 pkgsrc/devel/libuv/Makefile:1.77
--- pkgsrc/devel/libuv/Makefile:1.76 Fri May 19 20:35:47 2023
+++ pkgsrc/devel/libuv/Makefile Wed Jun 28 13:45:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2023/05/19 20:35:47 adam Exp $
+# $NetBSD: Makefile,v 1.77 2023/06/28 13:45:23 riastradh Exp $
DISTNAME= libuv-1.45.0
CATEGORIES= devel
@@ -10,6 +10,9 @@ HOMEPAGE= https://github.com/libuv/libuv
COMMENT= Cross-platform asychronous I/O
LICENSE= mit AND 2-clause-bsd AND isc AND modified-bsd
+USE_LANGUAGES+= c11 # stdatomic.h
+GCC_REQD+= 4.9 # XXX until USE_LANGUAGES knows about c11/gcc49
+
USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake pkg-config
USE_FEATURES+= strnlen
Home |
Main Index |
Thread Index |
Old Index