diff options
author | wiz <wiz> | 2000-08-23 23:24:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-23 23:24:07 +0000 |
commit | 4e327aca8a456d7fd05bf621027d09fa9671bf49 (patch) | |
tree | 8854f63400095bef13d6a1ee7215599b313ebd84 /security/srp_client/Makefile | |
parent | d9e03c3558722b30a745e7e75c1d6ecc9c22c99f (diff) | |
download | pkgsrc-4e327aca8a456d7fd05bf621027d09fa9671bf49.tar.gz |
Make this package work on 1.5E/i386.
Diffstat (limited to 'security/srp_client/Makefile')
-rw-r--r-- | security/srp_client/Makefile | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index edb8dbe8226..2f7f31f5a2f 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/18 22:46:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/23 23:24:07 wiz Exp $ # DISTNAME= srp-1.4.4 @@ -32,6 +32,17 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" .if exists(/usr/lib/libkrb.a) CONFIGURE_ARGS+= --with-krb4 + +post-patch: + for FILE in ftp/ftp/Makefile.in ftp/ftpd/Makefile.in \ + telnet/configure telnet/configure.in; \ + do \ + cd ${WRKSRC} && \ + ${SED} -e "s,include/kerberos,include/kerberosIV," \ + -e "s,-ldes,-ldes -lroken -lcom_err," \ + $$FILE > $$FILE.patched && \ + ${MV} $$FILE.patched $$FILE; \ + done .endif do-install: |