summaryrefslogtreecommitdiff
path: root/security/cfs
diff options
context:
space:
mode:
authorsimonb <simonb>2001-06-06 12:29:52 +0000
committersimonb <simonb>2001-06-06 12:29:52 +0000
commit99e77876a2a31d1926ffd5cdc55ee6e736bd55f9 (patch)
tree24151da98df3ccd71787a07005b52b09b06d3179 /security/cfs
parent0d135f24fcc3405e60765bb47a8020e1b450619f (diff)
downloadpkgsrc-99e77876a2a31d1926ffd5cdc55ee6e736bd55f9.tar.gz
Back out the socklen_t Makefile magic - causes core dumps on 1.5 i386
and alpha. Discussed with agc.
Diffstat (limited to 'security/cfs')
-rw-r--r--security/cfs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile
index 447d5ac7548..a4945547b28 100644
--- a/security/cfs/Makefile
+++ b/security/cfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/06/05 11:10:57 agc Exp $
+# $NetBSD: Makefile,v 1.3 2001/06/06 12:29:52 simonb Exp $
DISTNAME= cfs-1.4.1
CATEGORIES= security
@@ -14,7 +14,6 @@ INSTALL_TARGET= install_cfs
do-build:
@cd ${WRKSRC} && \
- fix=`${AWK} '/^#define[ \t]*socklen_t/ { if ($$3 == "socklen_t") { print "CPPFLAGS=$${CPPFLAGS} -Dsocklen_t=u_int"; exit} }' < /usr/include/netdb.h`; \
${SETENV} ${MAKE_ENV} $$fix ./netbsd_make_with_bad_rpcgen cfs
post-install: