$OpenBSD: patch-db1-ast_Makefile,v 1.2 2006/06/12 19:04:10 naddy Exp $
--- db1-ast/Makefile.orig	Sun Apr 30 15:27:56 2006
+++ db1-ast/Makefile	Thu Jun  1 02:34:47 2006
@@ -8,9 +8,11 @@
 SOVER=2
 endif
 #Added support for UltraSparc - Belgarath
+ifneq ($(OSTYPE),OpenBSD)
 ifeq ($(ARCH),sparc64)
 PROC=ultrasparc
 CFLAGS += -mtune=$(PROC) -pipe -fomit-frame-pointer -mcpu=v8
+endif
 endif
 
 LIBDBSO=libdb.so.$(SOVER)
