openbsd-ports/devel/cmake/patches/patch-Source_cmXMLParser_cxx
espie 9d34b21437 cmake, a `new' build system. Used by KDE4.
Easier to work with than autoconf/automake/libtool.
2006-07-20 09:23:13 +00:00

13 lines
463 B
Plaintext

$OpenBSD: patch-Source_cmXMLParser_cxx,v 1.1.1.1 2006/07/20 09:23:13 espie Exp $
--- Source/cmXMLParser.cxx.orig Mon Jul 3 14:37:10 2006
+++ Source/cmXMLParser.cxx Mon Jul 3 14:37:18 2006
@@ -16,7 +16,7 @@
=========================================================================*/
#include "cmXMLParser.h"
-#include <cmexpat/expat.h>
+#include <expat.h>
#include <ctype.h>
//----------------------------------------------------------------------------