pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/openjdk8/patches
Module Name: pkgsrc
Committed By: ryoon
Date: Wed May 10 13:59:57 UTC 2017
Modified Files:
pkgsrc/lang/openjdk8/patches:
patch-common_autoconf_generated-configure.sh
Log Message:
Ignore alsa on FreeBSD too
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh
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/patches/patch-common_autoconf_generated-configure.sh
diff -u pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh:1.11 pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh:1.12
--- pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh:1.11 Thu Oct 27 13:06:42 2016
+++ pkgsrc/lang/openjdk8/patches/patch-common_autoconf_generated-configure.sh Wed May 10 13:59:57 2017
@@ -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 @@ BOOT_JDK_VERSION part: pkg/51221 (Build
{ $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