pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/openjdk8
Module Name: pkgsrc
Committed By: tnn
Date: Sat May 9 19:14:16 UTC 2020
Modified Files:
pkgsrc/lang/openjdk8: hacks.mk
Log Message:
openjdk8: don't pick up krb5 headers from pkgsrc
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/openjdk8/hacks.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/openjdk8/hacks.mk
diff -u pkgsrc/lang/openjdk8/hacks.mk:1.9 pkgsrc/lang/openjdk8/hacks.mk:1.10
--- pkgsrc/lang/openjdk8/hacks.mk:1.9 Sun Mar 22 22:06:02 2020
+++ pkgsrc/lang/openjdk8/hacks.mk Sat May 9 19:14:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.9 2020/03/22 22:06:02 tnn Exp $
+# $NetBSD: hacks.mk,v 1.10 2020/05/09 19:14:16 tnn Exp $
.if !defined(OPENJDK8_HACKS_MK)
OPENJDK8_HACKS_MK= # empty
@@ -11,6 +11,8 @@ post-wrapper:
${RM} -f ${BUILDLINK_DIR}/include/jerror.h
${RM} -f ${BUILDLINK_DIR}/include/jmorecfg.h
${RM} -f ${BUILDLINK_DIR}/include/jpeglib.h
+# ditto for krb5, can be buildlinked via cups-base
+ ${RM} -f ${BUILDLINK_DIR}/include/krb5/*.h
# Workaround incorrect constant folding of subnormals in javac when the FPU
# does not handle subnormal arithmetic, like on ARM in Flush-to-zero mode.
Home |
Main Index |
Thread Index |
Old Index