openbsd-ports/textproc/sp/patches/patch-nsgmls_RastEventHandler_h
espie c07d468caa if the filesystem is fast enough, there is a race condition while building
also annotate "force" targets as phony to make sure they actually get
built.
2013-05-06 13:53:40 +00:00

13 lines
537 B
Plaintext

$OpenBSD: patch-nsgmls_RastEventHandler_h,v 1.2 2013/05/06 13:53:40 espie Exp $
--- nsgmls/RastEventHandler.h.orig Fri Jan 17 07:08:26 1997
+++ nsgmls/RastEventHandler.h Mon May 6 15:50:18 2013
@@ -102,7 +102,7 @@ class RastSubdocState { (private)
class RastEventHandler : public ErrorCountEventHandler,
private RastSubdocState,
- private Messenger {
+ protected Messenger {
public:
RastEventHandler(SgmlParser *, Messenger *);
void data(DataEvent *);