diff options
author | jlam <jlam> | 2006-07-05 04:39:14 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-05 04:39:14 +0000 |
commit | f83e4ec969ed1efb4c6dd2e2ba84b4c3119524cd (patch) | |
tree | 73ae16c99cbb06bf9a4a00c4dd95472c17771259 /security/heimdal/patches | |
parent | 350599b1735dab4e5da1b66c2a681cde6556e611 (diff) | |
download | pkgsrc-f83e4ec969ed1efb4c6dd2e2ba84b4c3119524cd.tar.gz |
Back out previous and do the same thing more generally for all platforms.
Since the heimdal install process will install additional headers in
${PREFIX}/include/krb5 depending on what the configure process detects,
simply query the source Makefile at install-time for the extra headers
that it will install and dynamically add them to the PLIST.
Diffstat (limited to 'security/heimdal/patches')
-rw-r--r-- | security/heimdal/patches/patch-al | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/heimdal/patches/patch-al b/security/heimdal/patches/patch-al new file mode 100644 index 00000000000..4d9892d20b9 --- /dev/null +++ b/security/heimdal/patches/patch-al @@ -0,0 +1,14 @@ +$NetBSD: patch-al,v 1.1 2006/07/05 04:39:15 jlam Exp $ + +--- lib/roken/Makefile.in.orig 2006-02-06 08:32:11.000000000 -0500 ++++ lib/roken/Makefile.in +@@ -1654,6 +1654,9 @@ roken.h: make-roken$(EXEEXT) + + make-roken.c: roken.h.in roken.awk + $(AWK) -f $(srcdir)/roken.awk $(srcdir)/roken.h.in > make-roken.c ++ ++print-xheaders: ++ @echo $(XHEADERS) + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |