openbsd-ports/telephony/asterisk/patches/patch-db1-ast_Makefile
jolan 53cc38430a - update to 1.2.12.1
- be careful not to pick up odbc/popt if they happened to be installed

from maintainer stuart henderson
2006-09-24 21:09:25 +00:00

16 lines
422 B
Plaintext

$OpenBSD: patch-db1-ast_Makefile,v 1.3 2006/09/24 21:09:26 jolan Exp $
--- db1-ast/Makefile.orig Sun Apr 30 09:27:56 2006
+++ db1-ast/Makefile Tue Sep 19 14:26:50 2006
@@ -8,9 +8,11 @@ else
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)