Unbreak ports that get confused because lang/python module sets

COMPILER_LANGS to just c but this really needs c and c++.
OK tb@
This commit is contained in:
claudio
2025-12-03 12:43:32 +00:00
parent ae9c943295
commit 4482c8bc7e
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -19,6 +19,10 @@ WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5PrintSupport Qt5Svg
WANTLIB += Qt5Widgets c execinfo freetype gmp guile jpeg ltdl
WANTLIB += m png sqlite3 util z
# needs c++ and python
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c c++
MODULES= devel/cmake \
lang/python \
x11/qt5
+4
View File
@@ -17,6 +17,10 @@ PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} GL Qt6Core Qt6Gui Qt6Network Qt6Svg
WANTLIB += Qt6SvgWidgets Qt6Widgets c m msgpack-c
# needs c++ and python
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c c++
MODULES = devel/cmake \
lang/python \
x11/qt6
+4
View File
@@ -17,6 +17,10 @@ PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} ${MODPY_WANTLIB} GL c m z
WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Qml Qt5Widgets
# needs c++ and python
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c c++
# if necessary (i.e. failure to build after updating), the Python plugin
# can be disabled with MODQMAKE_ARGS= DISABLE_PYTHON_PLUGIN=yes.
# it's disabled by default in preferences anyway and not required for