mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
16 lines
660 B
Plaintext
16 lines
660 B
Plaintext
$NetBSD: patch-cf,v 1.2 2012/07/16 19:12:33 adam Exp $
|
|
|
|
Add needed headers
|
|
|
|
--- lib/gssapi/Makefile.in.orig 2010-12-22 17:13:19.073797300 -0600
|
|
+++ lib/gssapi/Makefile.in 2010-12-22 17:14:58.061262500 -0600
|
|
@@ -96,7 +96,7 @@
|
|
# appears to be properly serializing the subdir processing and local
|
|
# compiles... so far.
|
|
##DOS##!if 0
|
|
-$(EXPORTED_HEADERS) generic/gssapi.h krb5/gssapi_err_krb5.h generic/gssapi_err_generic.h krb5/gssapi_krb5.h: all-recurse
|
|
+$(EXPORTED_HEADERS) generic/gssapi.h generic/errmap.h krb5/error_map.h krb5/gssapi_err_krb5.h generic/gssapi_err_generic.h krb5/gssapi_krb5.h: all-recurse
|
|
: $@ updated by recursion rule
|
|
##DOS##!endif
|
|
|