diff options
Diffstat (limited to 'ham')
-rw-r--r-- | ham/fldigi/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ham/fldigi/Makefile b/ham/fldigi/Makefile index 6dd15a62ef8..d6a395efbbc 100644 --- a/ham/fldigi/Makefile +++ b/ham/fldigi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2016/01/23 14:19:08 mef Exp $ +# $NetBSD: Makefile,v 1.68 2016/02/25 13:38:25 jperkin Exp $ DISTNAME= fldigi-3.23.07 CATEGORIES= ham @@ -40,11 +40,7 @@ SUBST_SED.brag-os= -e s/@@OS@@/${OPSYS}/ CHECK_WRKREF_SKIP+= bin/flarq CHECK_WRKREF_SKIP+= bin/fldigi -.include "../../mk/bsd.prefs.mk" - -.if ${LOWER_OPSYS} == "netbsd" -CONFIGURE_ENV+= ac_cv_header_execinfo_h=no -.endif +CONFIGURE_ENV.NetBSD+= ac_cv_header_execinfo_h=no .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) |