pkgsrc/devel/pwlib/patches/patch-cd
rillig 17e3b0b8e9 Found another "extra qualification" that has not stopped the package
from building. Detected when compiling openh323.

PKGREVISION++ since the package was broken but installed nevertheless.
2007-10-10 15:16:12 +00:00

13 lines
624 B
Text

$NetBSD: patch-cd,v 1.1 2007/10/10 15:16:12 rillig Exp $
--- include/ptclib/vxml.h.orig 2004-11-11 08:34:50.000000000 +0100
+++ include/ptclib/vxml.h 2007-10-10 17:03:02.000000000 +0200
@@ -360,7 +360,7 @@ class PVXMLSession : public PIndirectCha
virtual PString GetVar(const PString & str) const;
virtual void SetVar(const PString & ostr, const PString & val);
- virtual PString PVXMLSession::EvaluateExpr(const PString & oexpr);
+ virtual PString EvaluateExpr(const PString & oexpr);
virtual BOOL RetreiveResource(const PURL & url, PString & contentType, PFilePath & fn, BOOL useCache = TRUE);