summaryrefslogtreecommitdiff
path: root/security/heimdal/patches
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-05 04:39:14 +0000
committerjlam <jlam>2006-07-05 04:39:14 +0000
commitf0bce8cb1dfd230536bc58065b8fb170362404f9 (patch)
tree73ae16c99cbb06bf9a4a00c4dd95472c17771259 /security/heimdal/patches
parent6629ef2e91f9fa1029f5fbab7eecb9b8af27bb6c (diff)
downloadpkgsrc-f0bce8cb1dfd230536bc58065b8fb170362404f9.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-al14
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: