summarylogtreecommitdiffstats
path: root/0004-Don-t-build-the-main-poppler-library.patch
diff options
context:
space:
mode:
authorPaul Gideon Dann2020-07-15 16:04:23 +0100
committerPaul Gideon Dann2020-07-15 16:05:51 +0100
commita67dc9ea6e5f7c916f876dc1082c4359e16ed2e0 (patch)
tree9d137e7f7fbdfaeb702b72f841f882ee5eac8a87 /0004-Don-t-build-the-main-poppler-library.patch
parent4a4e77849cd1fd9fe961bfbae422d3526b57af22 (diff)
downloadaur-a67dc9ea6e5f7c916f876dc1082c4359e16ed2e0.tar.gz
Update for Poppler 0.90.1
Diffstat (limited to '0004-Don-t-build-the-main-poppler-library.patch')
-rw-r--r--0004-Don-t-build-the-main-poppler-library.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/0004-Don-t-build-the-main-poppler-library.patch b/0004-Don-t-build-the-main-poppler-library.patch
deleted file mode 100644
index ceeea3e22191..000000000000
--- a/0004-Don-t-build-the-main-poppler-library.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 4d7f9500478ada96e135d64d3609c007a48d649d Mon Sep 17 00:00:00 2001
-From: Paul Gideon Dann <pdgiddie@gmail.com>
-Date: Tue, 20 Oct 2009 18:32:35 +0100
-Subject: [PATCH 4/4] Don't build the main poppler library.
-
----
- CMakeLists.txt | 17 -----------------
- 1 file changed, 17 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 533abb03..6eb8b9fe 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -533,23 +533,6 @@ ADD_GPERF_FILE(TimesItalicWidths)
- ADD_GPERF_FILE(TimesRomanWidths)
- ADD_GPERF_FILE(ZapfDingbatsWidths)
-
--if(MSVC)
--add_definitions(-D_CRT_SECURE_NO_WARNINGS)
--add_library(poppler STATIC ${poppler_SRCS})
--else()
--add_library(poppler ${poppler_SRCS})
--endif()
--set_target_properties(poppler PROPERTIES VERSION 101.0.0 SOVERSION 101)
--if(MINGW AND BUILD_SHARED_LIBS)
-- get_target_property(POPPLER_SOVERSION poppler SOVERSION)
-- set_target_properties(poppler PROPERTIES SUFFIX "-${POPPLER_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
--endif()
--target_link_libraries(poppler LINK_PRIVATE ${poppler_LIBS})
--if(CMAKE_USE_PTHREADS_INIT)
-- target_link_libraries(poppler LINK_PRIVATE Threads::Threads)
--endif()
--install(TARGETS poppler RUNTIME DESTINATION bin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
--
- if(ENABLE_UNSTABLE_API_ABI_HEADERS)
- install(FILES
- poppler/Annot.h
---
-2.27.0
-