aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-04-13 13:58:57 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-04-13 13:58:57 +0000
commit3ba0faa32992b4301b77a693f05fa4de742acd61 (patch)
treed57396c8023b48e32473d941b52f15b2689e81fa
parent282b66a678d301afa04ad0f007cc93dd47391a2a (diff)
downloadports-3ba0faa32992b4301b77a693f05fa4de742acd61.tar.gz
ports-3ba0faa32992b4301b77a693f05fa4de742acd61.zip
Notes
-rw-r--r--astro/stellarium/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile
index b23cf048bf12..21fb804b41ac 100644
--- a/astro/stellarium/Makefile
+++ b/astro/stellarium/Makefile
@@ -12,12 +12,11 @@ COMMENT= 3D photo-realistic sky renderer (planetarium)
LICENSE= GPLv2+
-CONFLICTS_INSTALL= ${PORTNAME}-qt4-0.12.*
-
USE_GITHUB= yes
GH_ACCOUNT= Stellarium
-USES= cmake desktop-file-utils gettext qt:5 shared-mime-info
+USES= cmake compiler:c++11-lang desktop-file-utils gettext \
+ qt:5 shared-mime-info
USE_QT= qmake_build buildtools_build linguisttools_build \
concurrent core gui network opengl printsupport widgets
@@ -77,7 +76,8 @@ post-extract-DOCS-on:
${WRKSRC}
post-patch:
- @${REINPLACE_CMD} -e 's, -Wno-unused-result,,' ${WRKSRC}/CMakeLists.txt
+ @${REINPLACE_CMD} -e '/<sys\/time\.h>/s,^//,,' \
+ ${WRKSRC}/src/external/libindi/libs/indibase/indilogger.h
post-install-MORE_STARS-on:
${INSTALL_DATA} ${DISTDIR}/stars_4_1v0_2.cat \