summaryrefslogtreecommitdiff
path: root/mail/drac
diff options
context:
space:
mode:
authorjlam <jlam>2004-12-18 19:24:26 +0000
committerjlam <jlam>2004-12-18 19:24:26 +0000
commitaf062414cae2627214c1a4fad4eb39dd1f2acbfe (patch)
treea46e69a2763d5a4dd32b7a8c69c696bae154da76 /mail/drac
parent5496ec5069fa6a71b5132416061a48a56b4df271 (diff)
downloadpkgsrc-af062414cae2627214c1a4fad4eb39dd1f2acbfe.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 'mail/drac')
-rw-r--r--mail/drac/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile
index 00e2a0dafcc..e0ff5bab5ca 100644
--- a/mail/drac/Makefile
+++ b/mail/drac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/04/25 01:05:18 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2004/12/18 19:24:26 jlam Exp $
#
DISTNAME= drac
@@ -14,7 +14,6 @@ COMMENT= Dynamic Relay Authorization Control
WRKSRC= ${WRKDIR}
DIST_SUBDIR= ${PKGNAME_NOREV}
USE_BUILDLINK3= YES
-NO_EXPORT_CPP= YES
MAKE_ENV+= MKDIR="${MKDIR}"
MAKE_ENV+= INSTALL="${INSTALL}"