Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

FTBFS on MacOSX since r13594

<< < (2/2)

kencu:
good suggestion.

Adding this did work also:


--- Code: ------ src/plugins/contrib/source_exporter/wxPdfDocument/Makefile.am.bak 2025-01-03 09:38:49
+++ src/plugins/contrib/source_exporter/wxPdfDocument/Makefile.am 2025-01-03 09:38:57
@@ -6,6 +6,10 @@
 
 libwxPdfDocument_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version
 
+if DARWIN
+libwxPdfDocument_la_LDFLAGS += -framework Security
+endif
+
 libwxPdfDocument_la_SOURCES = \
  src/pdfannotation.cpp \
  src/pdfbarcode.cpp \

--- End code ---

kencu:
there is some talk in an issue raised on sourceforge that the wxPDF crypto functions might not be needed at all, I note.... if they are completely removed, perhaps this framework would not then be needed.

Navigation

[0] Message Index

[*] Previous page

Go to full version