diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-08-09 05:35:27 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-08-09 05:43:49 +0800 |
commit | bf9fa6a11d68854408f569686bc966882a07573f (patch) | |
tree | b256669ce81f7c98d19ad4579d145286202a544a /graphics/podofo/files/patch-src-podofo-CMakeLists.txt | |
parent | graphics/gdal: Add LERC option (diff) |
graphics/podofo: Update to 0.9.7
Changes: https://sourceforge.net/p/podofo/code/commit_browser
Diffstat (limited to 'graphics/podofo/files/patch-src-podofo-CMakeLists.txt')
-rw-r--r-- | graphics/podofo/files/patch-src-podofo-CMakeLists.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/podofo/files/patch-src-podofo-CMakeLists.txt b/graphics/podofo/files/patch-src-podofo-CMakeLists.txt new file mode 100644 index 000000000000..305f5cdf6821 --- /dev/null +++ b/graphics/podofo/files/patch-src-podofo-CMakeLists.txt @@ -0,0 +1,24 @@ +--- src/podofo/CMakeLists.txt.orig 2020-03-27 16:13:28 UTC ++++ src/podofo/CMakeLists.txt +@@ -265,8 +265,8 @@ IF(PODOFO_BUILD_STATIC) + ADD_LIBRARY(podofo_static STATIC ${PODOFO_BASE_SOURCES} ${PODOFO_DOC_SOURCES} ${PODOFO_HEADER_FILES}) + TARGET_LINK_LIBRARIES(podofo_static ${PODOFO_LIB_DEPENDS}) + SET_TARGET_PROPERTIES(podofo_static PROPERTIES +- VERSION "${PODOFO_LIBVERSION}" +- SOVERSION "${PODOFO_SOVERSION}" ++ VERSION "0" ++ SOVERSION "0" + CLEAN_DIRECT_OUTPUT 1 + OUTPUT_NAME "podofo" + COMPILE_FLAGS "-DBUILDING_PODOFO" +@@ -289,8 +289,8 @@ IF(PODOFO_BUILD_SHARED) + # Visual Studio, since it produces invalid warnings about STL + # use. + SET_TARGET_PROPERTIES(podofo_shared PROPERTIES +- VERSION "${PODOFO_LIBVERSION}" +- SOVERSION "${PODOFO_SOVERSION}" ++ VERSION "0" ++ SOVERSION "0" + CLEAN_DIRECT_OUTPUT 1 + OUTPUT_NAME "podofo" + COMPILE_FLAGS "-DBUILDING_PODOFO" |