summaryrefslogtreecommitdiff
path: root/security/dsniff
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
commit8b2040b4099326c3df41ba99ace8f6ec746ab61a (patch)
treea46e69a2763d5a4dd32b7a8c69c696bae154da76 /security/dsniff
parenta5d15ead5cb19781bb5a34e2c233e2366870ae14 (diff)
downloadpkgsrc-8b2040b4099326c3df41ba99ace8f6ec746ab61a.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 'security/dsniff')
-rw-r--r--security/dsniff/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index d8b1db29d48..fb005687bf3 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/10/03 00:18:08 tv Exp $
+# $NetBSD: Makefile,v 1.21 2004/12/18 19:24:26 jlam Exp $
# $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $
DISTNAME= dsniff-2.3
@@ -13,7 +13,6 @@ COMMENT= Password sniffer
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_X11= yes
-NO_EXPORT_CPP= yes
.include "../../net/libpcap/buildlink3.mk"
.include "../../devel/libnet/buildlink3.mk"