pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/lagrange
Module Name: pkgsrc
Committed By: nia
Date: Wed Jul 12 20:05:53 UTC 2023
Modified Files:
pkgsrc/net/lagrange: Makefile
Log Message:
lagrange: Require at least GCC 4.9 for <stdatomic.h>
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/lagrange/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/lagrange/Makefile
diff -u pkgsrc/net/lagrange/Makefile:1.13 pkgsrc/net/lagrange/Makefile:1.14
--- pkgsrc/net/lagrange/Makefile:1.13 Mon Jul 3 13:12:13 2023
+++ pkgsrc/net/lagrange/Makefile Wed Jul 12 20:05:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/07/03 13:12:13 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/07/12 20:05:53 nia Exp $
DISTNAME= lagrange-1.15.8
PKGREVISION= 1
@@ -13,6 +13,9 @@ LICENSE= 2-clause-bsd
USE_CMAKE= yes
USE_TOOLS+= pkg-config
+# GCC 4.9 added support for C11 atomics.
+GCC_REQD+= 4.9
+
DEPENDS+= zip-[0-9]*:../../archivers/zip
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index