pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-pydemumble



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 24 08:06:16 UTC 2025

Modified Files:
        pkgsrc/lang/py-pydemumble: Makefile

Log Message:
py-pydemumble: needs gcc 10

for #if __has_builtin(__builtin_expect)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py-pydemumble/Makefile

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

Modified files:

Index: pkgsrc/lang/py-pydemumble/Makefile
diff -u pkgsrc/lang/py-pydemumble/Makefile:1.1 pkgsrc/lang/py-pydemumble/Makefile:1.2
--- pkgsrc/lang/py-pydemumble/Makefile:1.1      Thu Apr 17 15:49:47 2025
+++ pkgsrc/lang/py-pydemumble/Makefile  Thu Apr 24 08:06:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/04/17 15:49:47 adam Exp $
+# $NetBSD: Makefile,v 1.2 2025/04/24 08:06:16 wiz Exp $
 
 DISTNAME=      pydemumble-0.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-scikit-bui
 USE_CXX_FEATURES=      c++17
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            cmake
+#  for #if __has_builtin(__builtin_expect)
+GCC_REQD+=             10
 
 PYTHON_VERSIONS_INCOMPATIBLE=  39
 



Home | Main Index | Thread Index | Old Index