dcoppa 58d1a0c0a7 Unbreak building nvi with CMake-3.1 (still works with 3.0.2)
Switch to ninja and remove "USE_NINJA=No"
2014-12-25 19:41:07 +00:00

10 lines
258 B
Plaintext

$OpenBSD: patch-ex_ex_h,v 1.1 2014/12/25 19:41:07 dcoppa Exp $
--- ex/ex.h.orig Wed Dec 24 11:09:30 2014
+++ ex/ex.h Wed Dec 24 11:10:43 2014
@@ -230,4 +230,4 @@ typedef enum {
} tagmsg_t;
#include "ex_def.h"
-#include "extern.h"
+#include "ex_extern.h"