From a9866b73c90e6760cb2e5de6e058832ed260da4d Mon Sep 17 00:00:00 2001 From: sthen Date: Sat, 13 Apr 2013 10:58:41 +0000 Subject: [PATCH] Don't pull in execinfo.h via autoconf to fix builds with DPB junking. This doesn't check for backtrace* functions being in libexecinfo so it's unused anyway -> no package change. --- textproc/sphinx/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/textproc/sphinx/Makefile b/textproc/sphinx/Makefile index e5565e51b16..359ddeb575a 100644 --- a/textproc/sphinx/Makefile +++ b/textproc/sphinx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2013/04/13 08:46:07 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2013/04/13 10:58:41 sthen Exp $ COMMENT = free open-source SQL full-text search engine BROKEN-hppa = internal compiler error: internal consistency failure @@ -30,7 +30,10 @@ SUBST_VARS = LOCALSTATEDIR CONFIGURE_ARGS = --with-unixodbc=no CONFIGURE_STYLE = gnu CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + ac_cv_header_execinfo_h=no +# checks for execinfo header but not libexecinfo for backtrace* functions, +# so it's not used anyway FLAVORS = pgsql FLAVOR ?=