openbsd-ports/devel/cmake/patches/patch-Source_cmCTest_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
444 B
Plaintext

$OpenBSD: patch-Source_cmCTest_cxx,v 1.1.1.1 2006/07/20 09:23:13 espie Exp $
--- Source/cmCTest.cxx.orig Mon Jul 3 14:38:53 2006
+++ Source/cmCTest.cxx Mon Jul 3 14:39:08 2006
@@ -14,7 +14,7 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
-#include "cmcurl/curl/curl.h"
+#include <curl/curl.h>
#include "cmCTest.h"
#include "cmake.h"