summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-12-18 19:24:26 +0000
committerjlam <jlam@pkgsrc.org>2004-12-18 19:24:26 +0000
commit68afe3f3c382f3e6d504a1ac31eb37ed3dd1993e (patch)
treea46e69a2763d5a4dd32b7a8c69c696bae154da76 /ham
parent3790c1b623e5e3dc5ad839c2dff6226129fb7c6f (diff)
downloadpkgsrc-68afe3f3c382f3e6d504a1ac31eb37ed3dd1993e.tar.gz
Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen.
The wrapper will correctly set the CPP environment variable to a stat((2)able path to a C preprocessor, then rely on the PATH to find and invoke the real rpcgen. Remove NO_EXPORT_CPP in package Makefiles where it was used just to avoid problems with rpcgen. The build system now just does the right thing automatically without needing package-specific knowledge. This fixes PR pkg/27272.
Diffstat (limited to 'ham')
-rw-r--r--ham/hamlib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile
index 420bec5c9e3..e7c71860f5d 100644
--- a/ham/hamlib/Makefile
+++ b/ham/hamlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/11/23 11:21:07 wulf Exp $
+# $NetBSD: Makefile,v 1.12 2004/12/18 19:24:26 jlam Exp $
#
DISTNAME= hamlib-1.2.3
@@ -14,7 +14,6 @@ USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-NO_EXPORT_CPP= yes
CONFIGURE_ARGS+=--without-tcl-binding \
--without-perl-binding