mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
12 lines
238 B
C
12 lines
238 B
C
--- src/xslt.c.orig 2019-02-18 18:34:36 UTC
|
|
+++ src/xslt.c
|
|
@@ -277,7 +277,9 @@ void init_xslt_module() {
|
|
/* XSLT transform functions
|
|
*/
|
|
void init_xslt_module() {
|
|
+#ifndef __FreeBSD__
|
|
xmlInitMemory();
|
|
+#endif
|
|
xmlInitParser();
|
|
}
|
|
|