$OpenBSD: patch-svx_source_customshapes_makefile_mk,v 1.2 2006/11/09 15:18:01 kurt Exp $
--- svx/source/customshapes/makefile.mk.orig.port	Wed May 24 10:10:39 2006
+++ svx/source/customshapes/makefile.mk	Wed Nov  8 11:47:20 2006
@@ -48,7 +48,8 @@ ENABLE_EXCEPTIONS=TRUE
 # Disable optimization for SunCC SPARC and MACOSX (funny loops
 # when parsing e.g. "x+width/2"),
 # also http://gcc.gnu.org/PR22392
-.IF ("$(OS)$(CPU)"=="SOLARISS" && "$(COM)"!="GCC") || "$(OS)"=="MACOSX" || ("$(OS)"=="LINUX" && "$(CPU)"=="P") 
+.IF ("$(OS)$(CPU)"=="SOLARISS" && "$(COM)"!="GCC") || "$(OS)"=="MACOSX" || ("$(OS)"=="LINUX" && "$(CPU)"=="P") \
+    || ("$(OS)"=="OPENBSD" 
 NOOPTFILES= $(SLO)$/EnhancedCustomShapeFunctionParser.obj
 .ENDIF
 
