$OpenBSD: patch-svx_source_customshapes_makefile_mk,v 1.4 2010/06/26 15:48:12 robert Exp $
--- svx/source/customshapes/makefile.mk.orig.port	Wed May 26 20:30:49 2010
+++ svx/source/customshapes/makefile.mk	Fri Jun 25 23:56:14 2010
@@ -41,7 +41,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
 
