mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Disable text to speech support otherwise it picks up x11/qt6/qtspeech.
reported by Jerome Pinot
This commit is contained in:
@@ -4,6 +4,7 @@ COMMENT= free open source planetarium
|
||||
|
||||
V= 26.1
|
||||
DISTNAME= stellarium-${V}
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= astro x11
|
||||
|
||||
@@ -56,7 +57,8 @@ CONFIGURE_ENV= HOME=${WRKDIR}
|
||||
PORTHOME= ${WRKDIR}
|
||||
|
||||
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
|
||||
CXXFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include
|
||||
|
||||
Reference in New Issue
Block a user