mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user