summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-01-19 14:05:17 +0000
committerJohn Marino <marino@FreeBSD.org>2015-01-19 14:05:17 +0000
commitae39ea9dd3097b9c0487e13e5224fa0a79d2b1c8 (patch)
treea28edbde82c9720fbfbf15da2de3177b8ae8f413 /astro
parentUpgrade to 5.9.6. (diff)
astro/stellarium-qt4: Bring back a patch that should not have been removed
No need to bump -- the patch fixed the build on DragonFly alone, and this version has never been published to dports. It was removed under the flag, "our changes have been moved upstream", but docs are still broken on DragonFly.
Notes
Notes: svn path=/head/; revision=377434
Diffstat (limited to 'astro')
-rw-r--r--astro/stellarium-qt4/files/patch-doc_CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/stellarium-qt4/files/patch-doc_CMakeLists.txt b/astro/stellarium-qt4/files/patch-doc_CMakeLists.txt
new file mode 100644
index 000000000000..895468eea55d
--- /dev/null
+++ b/astro/stellarium-qt4/files/patch-doc_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- doc/CMakeLists.txt.orig 2014-10-11 11:24:38 UTC
++++ doc/CMakeLists.txt
+@@ -24,7 +24,7 @@ ADD_CUSTOM_COMMAND(
+ DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1
+ )
+
+-IF(${CMAKE_SYSTEM_NAME} MATCHES "(FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
++IF(${CMAKE_SYSTEM_NAME} MATCHES "(DragonFly|FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
+ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 DESTINATION man/man1)
+ ELSE(${CMAKE_SYSTEM_NAME} MATCHES "(FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
+ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 DESTINATION share/man/man1)