openbsd-ports/cad/kicad/patches/patch-CMakeModules_config_h_cmake

13 lines
266 B
Plaintext
Raw Normal View History

Index: CMakeModules/config.h.cmake
--- CMakeModules/config.h.cmake.orig
+++ CMakeModules/config.h.cmake
@@ -38,7 +38,7 @@
#cmakedefine HAVE_ISO646_H
#if defined( HAVE_ISO646_H )
-#include <iso646.h>
+#include <ciso646>
#endif
#if !defined( HAVE_STRCASECMP )