From 6f3b9a99212c4d9106b81f8451ca5ee1b6bf678b Mon Sep 17 00:00:00 2001 From: sthen Date: Sun, 27 Jan 2013 13:52:35 +0000 Subject: [PATCH] set ac_cv_header_execinfo_h=no rather than BUILD_DEPENDS on execinfo. --- lang/mono/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 9d91efe62ed..22f835bdfba 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.76 2013/01/27 10:45:30 sthen Exp $ +# $OpenBSD: Makefile,v 1.77 2013/01/27 13:52:35 sthen Exp $ COMMENT= cross platform, open source .NET developement framework @@ -42,7 +42,6 @@ USE_GROFF = Yes SUBST_VARS= LIBTOOL BUILD_DEPENDS= devel/bison \ - devel/libexecinfo \ ${RUN_DEPENDS} RUN_DEPENDS= x11/libgdiplus LIB_DEPENDS= devel/boehm-gc @@ -51,7 +50,8 @@ WANTLIB += gc AUTOCONF_VERSION=2.68 CONFIGURE_STYLE=autoconf CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include" + CPPFLAGS="-I${LOCALBASE}/include" \ + ac_cv_header_execinfo_h=no CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ --with-gc=boehm \ --enable-quiet-build=no \