freebsd-ports/cad/kicad/files/patch-CMakeModules_config.h.cmake
Thierry Thomas 5622662fab Upgrade Kicad to 4.0.7 (the latest stable release).
The libraries are released separately: create a new port cad/kicad-library.
2017-07-17 17:43:23 +00:00

11 lines
254 B
CMake

--- CMakeModules/config.h.cmake.orig 2017-07-14 19:17:29 UTC
+++ CMakeModules/config.h.cmake
@@ -36,7 +36,7 @@
#cmakedefine HAVE_ISO646_H
#if defined( HAVE_ISO646_H )
-#include <iso646.h>
+#include <ciso646>
#endif
#if defined( HAVE_STRCASECMP )