ports/devel/imake/patches/patch-imakemdep_h

13 lines
407 B
Text

--- imakemdep.h.orig Sat Aug 17 12:11:06 2013
+++ imakemdep.h Thu Feb 23 15:36:01 2017
@@ -330,6 +330,10 @@ in this Software without prior written authorization f
# define DEFAULT_CC "gcc"
# endif
# endif
+# if defined(__OpenBSD__)
+# undef USE_CC_E
+# define DEFAULT_CPP "${TRUEPREFIX}/bin/tradcpp"
+# endif
# endif /* !defined (CROSSCOMPILE) || defined (CROSSCOMPILE_CPP) */
/*