mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Unbreak: ENABLE_SPEECH=OFF does not seem to do the right thing.
reported by naddy@
This commit is contained in:
@@ -4,7 +4,7 @@ COMMENT= free open source planetarium
|
|||||||
|
|
||||||
V= 26.1
|
V= 26.1
|
||||||
DISTNAME= stellarium-${V}
|
DISTNAME= stellarium-${V}
|
||||||
REVISION= 0
|
REVISION= 1
|
||||||
|
|
||||||
CATEGORIES= astro x11
|
CATEGORIES= astro x11
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ WANTLIB += ${COMPILER_LIBCXX} GL QXlsxQt6 Qt6Charts Qt6Concurrent
|
|||||||
WANTLIB += Qt6Core Qt6Gui Qt6Multimedia Qt6MultimediaWidgets Qt6Network
|
WANTLIB += Qt6Core Qt6Gui Qt6Multimedia Qt6MultimediaWidgets Qt6Network
|
||||||
WANTLIB += Qt6OpenGL Qt6OpenGLWidgets Qt6Positioning Qt6PrintSupport
|
WANTLIB += Qt6OpenGL Qt6OpenGLWidgets Qt6Positioning Qt6PrintSupport
|
||||||
WANTLIB += Qt6Qml Qt6Quick Qt6SerialPort Qt6Svg Qt6SvgWidgets
|
WANTLIB += Qt6Qml Qt6Quick Qt6SerialPort Qt6Svg Qt6SvgWidgets
|
||||||
WANTLIB += Qt6WebChannel Qt6WebEngineCore Qt6WebEngineWidgets
|
WANTLIB += Qt6TextToSpeech Qt6WebChannel Qt6WebEngineCore Qt6WebEngineWidgets
|
||||||
WANTLIB += Qt6Widgets c exiv2 gps indiclient m md4c md4c-html
|
WANTLIB += Qt6Widgets c exiv2 gps indiclient m md4c md4c-html
|
||||||
WANTLIB += nlopt xkbcommon z
|
WANTLIB += nlopt xkbcommon z
|
||||||
|
|
||||||
@@ -45,6 +45,7 @@ LIB_DEPENDS= devel/indi,-libs>=2.1.1 \
|
|||||||
x11/qt6/qtmultimedia \
|
x11/qt6/qtmultimedia \
|
||||||
x11/qt6/qtpositioning \
|
x11/qt6/qtpositioning \
|
||||||
x11/qt6/qtserialport \
|
x11/qt6/qtserialport \
|
||||||
|
x11/qt6/qtspeech \
|
||||||
x11/qt6/qtwebengine
|
x11/qt6/qtwebengine
|
||||||
|
|
||||||
# used to download more stars definitions
|
# used to download more stars definitions
|
||||||
@@ -57,8 +58,7 @@ CONFIGURE_ENV= HOME=${WRKDIR}
|
|||||||
PORTHOME= ${WRKDIR}
|
PORTHOME= ${WRKDIR}
|
||||||
|
|
||||||
CONFIGURE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON \
|
CONFIGURE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON \
|
||||||
-DSTELLARIUM_RELEASE_BUILD=1 \
|
-DSTELLARIUM_RELEASE_BUILD=1
|
||||||
-DENABLE_SPEECH=OFF
|
|
||||||
|
|
||||||
CFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include
|
CFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include
|
||||||
CXXFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include
|
CXXFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include
|
||||||
|
|||||||
Reference in New Issue
Block a user