diff options
author | jmc <jmc@pkgsrc.org> | 2003-07-24 06:40:54 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-07-24 06:40:54 +0000 |
commit | e324d453aac98cf9a175c6ff0e37782c7262fe2f (patch) | |
tree | 42972b9ab98d9726713399839c076df037f776e1 /ham/hamlib/Makefile | |
parent | ce8e7daf540be9030eed639c94aee1e072a156f2 (diff) | |
download | pkgsrc-e324d453aac98cf9a175c6ff0e37782c7262fe2f.tar.gz |
Various patches to make this work with rpcgen that exports _rpcsvcdirty
incorrectly
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" |