aboutsummaryrefslogtreecommitdiff
path: root/astro/kstars/files
diff options
context:
space:
mode:
Diffstat (limited to 'astro/kstars/files')
-rw-r--r--astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp b/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp
index c61038680cee..88b0b865a3e9 100644
--- a/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp
+++ b/astro/kstars/files/patch-kstars_auxiliary_ksutils.cpp
@@ -1,10 +1,10 @@
---- kstars/auxiliary/ksutils.cpp.orig 2019-09-09 16:36:17 UTC
+--- kstars/auxiliary/ksutils.cpp.orig 2019-09-08 19:12:11 UTC
+++ kstars/auxiliary/ksutils.cpp
-@@ -1325,7 +1325,7 @@ bool copyRecursively(QString sourceFolder, QString des
+@@ -1323,7 +1323,7 @@ bool copyRecursively(QString sourceFolder, QString des
//One is createLocalAstrometryConf and the other is configureAstrometry
bool configureLocalAstrometryConfIfNecessary()
{
--#ifdef Q_OS_LINUX
+-#if defined(Q_OS_LINUX)
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
QString confPath = KSPaths::writableLocation(QStandardPaths::GenericDataLocation) + QLatin1Literal("astrometry") + QLatin1Literal("/astrometry.cfg");
if (QFileInfo(confPath).exists() == false)