summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2020-03-01 11:59:38 -0600
committerMatthias Maier <tamiko@gentoo.org>2020-03-01 12:35:11 -0600
commitd84802e00808aff69876f646e892f354b54a9b38 (patch)
tree761c04d243d83ed256880ab4dcd7d4557c42b72f /app-doc/doxygen/files/doxygen-1.8.17-ensure_static_support_libraries.patch
parentsys-boot/grub: new snapshot (diff)
downloadgentoo-d84802e00808aff69876f646e892f354b54a9b38.tar.gz
gentoo-d84802e00808aff69876f646e892f354b54a9b38.tar.bz2
gentoo-d84802e00808aff69876f646e892f354b54a9b38.zip
app-doc/doxygen: version bump to 1.8.17
Closes: https://bugs.gentoo.org/706230 Bug: https://bugs.gentoo.org/709316 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-doc/doxygen/files/doxygen-1.8.17-ensure_static_support_libraries.patch')
-rw-r--r--app-doc/doxygen/files/doxygen-1.8.17-ensure_static_support_libraries.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-doc/doxygen/files/doxygen-1.8.17-ensure_static_support_libraries.patch b/app-doc/doxygen/files/doxygen-1.8.17-ensure_static_support_libraries.patch
new file mode 100644
index 000000000000..285ea16ac96e
--- /dev/null
+++ b/app-doc/doxygen/files/doxygen-1.8.17-ensure_static_support_libraries.patch
@@ -0,0 +1,27 @@
+From d7b0a0ef152312b9242cbbe7405ee49310e7909e Mon Sep 17 00:00:00 2001
+From: Matthias Maier <tamiko@43-1.org>
+Date: Sun, 1 Mar 2020 11:50:14 -0600
+Subject: [PATCH] CMake: Mark the libmsc library static
+
+With CMake 3.16.4 at least we end up with a shared library and
+subsequent linking fails.
+---
+ libmscgen/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libmscgen/CMakeLists.txt b/libmscgen/CMakeLists.txt
+index 079fcfc..fbf3f4f 100644
+--- a/libmscgen/CMakeLists.txt
++++ b/libmscgen/CMakeLists.txt
+@@ -16,7 +16,7 @@ foreach(lex_file ${LEX_FILES})
+ FLEX_TARGET(${lex_file} ${lex_file}.l ${GENERATED_SRC}/${lex_file}.cpp COMPILE_FLAGS "${LEX_FLAGS}")
+ endforeach()
+
+-add_library(mscgen
++add_library(mscgen STATIC
+ gd.c
+ gd_security.c
+ gdfontt.c
+--
+2.24.1
+