diff options
author | simonb <simonb@pkgsrc.org> | 2001-06-06 12:29:52 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2001-06-06 12:29:52 +0000 |
commit | 81f70ab52134838f611274ab4884c7be82b2adfb (patch) | |
tree | 24151da98df3ccd71787a07005b52b09b06d3179 /security/cfs | |
parent | 54458d8fda534cca848ada2399a7db2d31d50dfe (diff) | |
download | pkgsrc-81f70ab52134838f611274ab4884c7be82b2adfb.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/Makefile | 3 |
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: |