$OpenBSD: patch-Imakefile,v 1.3 2018/11/09 11:03:25 sthen Exp $

Index: Imakefile
--- Imakefile.orig
+++ Imakefile
@@ -9,7 +9,6 @@
 
 
 /* nothing needs to be modified below this point */
-CFLAGS = $(STD_CPP_DEFINES)
 #ifdef NeXTArchitecture
 
 SYS_LIBRARIES = XawClientLibs -lm -lsys_s
@@ -27,14 +26,13 @@ CDEBUGFLAGS =
 
 #ifdef SGIArchitecture
 
+#ifndef OpenBSDArchitecture
+
 CCOPTIONS = -float -Wf,-XNl3000
 PROTO_DEFINES =
 CC = cc
 
-#else /* Others */              /* END SGIArchitecture */
-
-CC = gcc -fstrength-reduce -fpcc-struct-return
-
+#endif
 #endif                         
 #endif 
 #endif 
