summaryrefslogtreecommitdiffstats
path: root/gentoo/trinity-base/kghostview/files
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo/trinity-base/kghostview/files')
m---------gentoo0
-rw-r--r--gentoo/trinity-base/kghostview/files/tdegraphics-fix-kghostview-parallel-compilation.patch24
2 files changed, 0 insertions, 24 deletions
diff --git a/gentoo b/gentoo
new file mode 160000
+Subproject 644110a847c5911c2eb04eb53c93031740561ef
diff --git a/gentoo/trinity-base/kghostview/files/tdegraphics-fix-kghostview-parallel-compilation.patch b/gentoo/trinity-base/kghostview/files/tdegraphics-fix-kghostview-parallel-compilation.patch
deleted file mode 100644
index 3aa8138a6..000000000
--- a/gentoo/trinity-base/kghostview/files/tdegraphics-fix-kghostview-parallel-compilation.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c87ee85..09c3cfa 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -95,7 +95,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" )
-
- ##### tdegraphics directories ###################
-
--if( BUILD_KFILE_PLUGINS OR BUILD_GHOSTKVIEW )
-+# kghostview/ps requires dscparse-static library
-+if( BUILD_KFILE_PLUGINS AND NOT BUILD_KGHOSTVIEW )
- add_subdirectory( kghostview/dscparse )
- endif( )
-
---- a/kghostview/CMakeLists.txt
-+++ b/kghostview/CMakeLists.txt
-@@ -10,6 +10,7 @@
- #################################################
-
- add_subdirectory( data )
-+add_subdirectory( dscparse )
-
- include_directories(
- ${CMAKE_CURRENT_BINARY_DIR}