freebsd-ports/textproc/p5-XML-LibXML/files/patch-LibXML.xs
Joe Marcus Clarke 0a40b8e430 Fix the build and assign maintainership to the submitter.
PR:		61156
Submitted by:	Adam C.Migus <adam@migus.org>
Approved by:	AWOL maintainer (email about BROKEN status sent on
		September 9, 2003)
2004-01-10 05:35:35 +00:00

23 lines
849 B
Text

--- LibXML.xs.orig 2003-12-22 10:38:06.000000000 -0500
+++ LibXML.xs 2003-12-22 10:38:12.000000000 -0500
@@ -64,20 +64,6 @@
}
#endif
-#ifdef VMS
-extern int xmlDoValidityCheckingDefaultVal;
-#define xmlDoValidityCheckingDefaultValue xmlDoValidityCheckingDefaultVal
-extern int xmlSubstituteEntitiesDefaultVal;
-#define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDefaultVal
-#else
-LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
-LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
-#endif
-LIBXML_DLL_IMPORT extern int xmlGetWarningsDefaultValue;
-LIBXML_DLL_IMPORT extern int xmlKeepBlanksDefaultValue;
-LIBXML_DLL_IMPORT extern int xmlLoadExtDtdDefaultValue;
-LIBXML_DLL_IMPORT extern int xmlPedanticParserDefaultValue;
-
#define TEST_PERL_FLAG(flag) \
SvTRUE(perl_get_sv(flag, FALSE)) ? 1 : 0