diff options
Diffstat (limited to 'ham/hamlib/Makefile')
-rw-r--r-- | ham/hamlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile index 9a97ad5c05f..57ffb9912f9 100644 --- a/ham/hamlib/Makefile +++ b/ham/hamlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:43:28 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/24 06:40:54 jmc Exp $ # DISTNAME= hamlib-1.1.4 @@ -14,4 +14,6 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE=${WRKSRC}/libtool +CONFIGURE_ENV+= CPP="${CPP}" + .include "../../mk/bsd.pkg.mk" |