diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-02-10 22:45:32 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-02-10 22:45:32 +0000 |
commit | 0d5e01e01dc6c1127ac2e0b1279fc2cf4371fc0a (patch) | |
tree | 89859ace9b7e6561b94f63fe37080b1aa3fd8ae5 /security/krb5-beta/files/patch-av | |
parent | Update to pstree 2.17 (fixes -a option to show commandline args) (diff) |
New port, Kerberos V 1.2.4-beta1.
Diffstat (limited to 'security/krb5-beta/files/patch-av')
-rw-r--r-- | security/krb5-beta/files/patch-av | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/krb5-beta/files/patch-av b/security/krb5-beta/files/patch-av new file mode 100644 index 000000000000..8363b8bb1e2d --- /dev/null +++ b/security/krb5-beta/files/patch-av @@ -0,0 +1,15 @@ +*** clients/ksu/Makefile.in.ORIG Sun Aug 2 16:51:18 1998 +--- clients/ksu/Makefile.in Sun Aug 2 16:53:48 1998 +*************** +*** 3,7 **** + mydir=ksu + BUILDTOP=$(REL)$(U)$(S)$(U) +! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' + CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) + +--- 3,7 ---- + mydir=ksu + BUILDTOP=$(REL)$(U)$(S)$(U) +! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/bin /bin /usr/sbin /sbin"' + CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) + |