diff options
Diffstat (limited to 'security/mit-krb5/patches/patch-cg')
-rw-r--r-- | security/mit-krb5/patches/patch-cg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/mit-krb5/patches/patch-cg b/security/mit-krb5/patches/patch-cg new file mode 100644 index 00000000000..1d221a3ff16 --- /dev/null +++ b/security/mit-krb5/patches/patch-cg @@ -0,0 +1,15 @@ +$NetBSD: patch-cg,v 1.1 2011/03/22 23:31:05 tez Exp $ + +add two files that need to be generated and otherwise are not + +--- lib/kdb/Makefile.in.orig 2010-12-23 11:35:38.448878800 -0600 ++++ lib/kdb/Makefile.in 2010-12-23 11:40:32.324026100 -0600 +@@ -57,7 +57,7 @@ + clean-unix:: clean-liblinks clean-libs clean-libobjs + $(RM) adb_err.c adb_err.h + +-generate-files-mac: darwin.exports ++generate-files-mac: darwin.exports adb_err.h adb_err.c + + depend:: adb_err.h + |