From b066a484ef67d6f76546d00e68ab7c5e60cba464 Mon Sep 17 00:00:00 2001 From: dholland Date: Fri, 28 Sep 2012 03:25:41 +0000 Subject: As a temporary expedient, disable execinfo when on NetBSD. This fixes the build on -current. A better fix would be to add a -lexecinfo test to the configure script, but that requires regenerating with an old version of autoconf... not tonight. --- ham/fldigi/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ham') diff --git a/ham/fldigi/Makefile b/ham/fldigi/Makefile index 14358a8cffd..b434d5ed5b2 100644 --- a/ham/fldigi/Makefile +++ b/ham/fldigi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/08/08 00:19:11 gdt Exp $ +# $NetBSD: Makefile,v 1.16 2012/09/28 03:25:41 dholland Exp $ # DISTNAME= fldigi-3.03 @@ -21,6 +21,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-xmlrpc=no CONFIGURE_ENV+= STRIP=${STRIP} +.include "../../mk/bsd.prefs.mk" + +.if ${LOWER_OPSYS} == "netbsd" +CONFIGURE_ENV+= ac_cv_header_execinfo_h=no +.endif + .include "../../audio/libsamplerate/buildlink3.mk" .include "../../audio/libsndfile/buildlink3.mk" .include "../../audio/portaudio-devel/buildlink3.mk" -- cgit v1.2.3