git: 7d00ee5b77e9 - main - textproc/rubygem-libxml-ruby: Fix build after 8697e0292acea3afe4b1ffaf3741fbebb0002b60 (libmxl2 2.10.1 update)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Aug 2022 11:46:32 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d00ee5b77e9c4ebfcf307ccc221c7f957377938 commit 7d00ee5b77e9c4ebfcf307ccc221c7f957377938 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-31 11:26:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-31 11:41:38 +0000 textproc/rubygem-libxml-ruby: Fix build after 8697e0292acea3afe4b1ffaf3741fbebb0002b60 (libmxl2 2.10.1 update) Reference: http://package19.nyi.freebsd.org/data/123amd64-default-build-as-user/8670a697fb3c/logs/rubygem-libxml-ruby-3.2.3.log --- textproc/rubygem-libxml-ruby/files/patch-libxml2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/textproc/rubygem-libxml-ruby/files/patch-libxml2 b/textproc/rubygem-libxml-ruby/files/patch-libxml2 new file mode 100644 index 000000000000..19e7080b5a49 --- /dev/null +++ b/textproc/rubygem-libxml-ruby/files/patch-libxml2 @@ -0,0 +1,10 @@ +--- ext/libxml/ruby_libxml.h.orig 2022-08-30 11:13:23 UTC ++++ ext/libxml/ruby_libxml.h +@@ -9,6 +9,7 @@ + #include <libxml/debugXML.h> + #include <libxml/xmlversion.h> + #include <libxml/xmlmemory.h> ++#include <libxml/xlink.h> + #include <libxml/xpath.h> + #include <libxml/valid.h> + #include <libxml/catalog.h>