Silvan Calarco
b6fca0d8d2
added norebuilddb patch to fix make install fixed postun script [release 0.3.14-5mamba;Tue Aug 24 2010]
19 lines
819 B
Diff
19 lines
819 B
Diff
--- scrollkeeper-0.3.11/libs/install.c.validate-warning 2003-08-07 15:36:42.000000000 -0400
|
|
+++ scrollkeeper-0.3.11/libs/install.c 2003-08-07 15:37:49.000000000 -0400
|
|
@@ -182,6 +182,7 @@
|
|
sk_message(outputprefs, SKOUT_DEFAULT, SKOUT_QUIET, "(install)", _("Could not parse ScrollKeeper-OMF DTD: %s\n"), SCROLLKEEPER_OMF_DTD);
|
|
return 0;
|
|
} else {
|
|
+#if 0
|
|
xmlValidCtxt cvp;
|
|
cvp.userData = (char *) &outputprefs;
|
|
cvp.error = (xmlValidityErrorFunc) sk_dtd_validation_message;
|
|
@@ -190,6 +191,7 @@
|
|
sk_message(outputprefs, SKOUT_DEFAULT, SKOUT_QUIET, "(install)", _("OMF file [%s] does not validate against ScrollKeeper-OMF DTD: %s\n"), omf_name, SCROLLKEEPER_OMF_DTD);
|
|
return 0;
|
|
}
|
|
+#endif
|
|
}
|
|
xmlFreeDtd(dtd);
|
|
|