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
commit82995d5717f5df29a4a82e3809a5800577f7300b (patch)
tree24151da98df3ccd71787a07005b52b09b06d3179 /security/cfs
parentf76bccd403fdf304298afe5f248cb1d02e5717fc (diff)
downloadpkgsrc-82995d5717f5df29a4a82e3809a5800577f7300b.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: