pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/openjdk8/patches Ignore alsa on FreeBSD too
details: https://anonhg.NetBSD.org/pkgsrc/rev/6adc2b066639
branches: trunk
changeset: 362275:6adc2b066639
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed May 10 13:59:57 2017 +0000
description:
Ignore alsa on FreeBSD too
diffstat:
lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e9559d751d51 -r 6adc2b066639 lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh
--- a/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh Wed May 10 13:02:59 2017 +0000
+++ b/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh Wed May 10 13:59:57 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-common_autoconf_generated-configure.sh,v 1.11 2016/10/27 13:06:42 ryoon Exp $
+$NetBSD: patch-common_autoconf_generated-configure.sh,v 1.12 2017/05/10 13:59:57 ryoon Exp $
BOOT_JDK_VERSION part: pkg/51221 (Build error with OpenJDK8 and i386)
@@ -160,7 +160,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking what is not needed on BSD?" >&5
$as_echo_n "checking what is not needed on BSD?... " >&6; }
- if test "x$OPENJDK_TARGET_OS_VENDOR" = xopenbsd; then
-+ if test "x$OPENJDK_TARGET_OS_VENDOR" = xopenbsd -o "x$OPENJDK_TARGET_OS_VENDOR" = xnetbsd; then
++ if test "x$OPENJDK_TARGET_OS_VENDOR" = xopenbsd -o "x$OPENJDK_TARGET_OS_VENDOR" = xnetbsd -o "x$OPENJDK_TARGET_OS_VENDOR" = xfreebsd; then
+# XXX revisit this
ALSA_NOT_NEEDED=yes
PULSE_NOT_NEEDED=yes
Home |
Main Index |
Thread Index |
Old Index