Patch to add BSD family to IcedTea7 configure

Andrew John Hughes gnu_andrew at member.fsf.org
Tue Mar 3 01:33:10 PST 2009


2009/3/2 Michael Franz <mvfranz at gmail.com>:
> Hi,
>
> Please apply the following patch to IcedTea7 to allow the initial support
> for bsd.
>
> Michael
>
> diff -r 5bda1b46a64f acinclude.m4
> --- a/acinclude.m4    Fri Feb 20 14:50:00 2009 +0000
> +++ b/acinclude.m4    Sun Mar 01 20:00:51 2009 -0500
> @@ -77,6 +77,10 @@
>        BUILD_OS_DIR=solaris
>        OS_PATH=/opt/SunStudioExpress/bin:/opt/SUNWpro/bin:/usr/gnu/bin
>        ;;
> +    *darwin*|*bsd*)
> +      BUILD_OS_DIR=bsd
> +      OS_PATH=
> +      ;;
>      *)
>        AC_MSG_ERROR([unsupported operating system ${host_os}])
>        ;;
>
>
>

Applied to IcedTea6, will be ported over to 7 shortly.
-- 
Andrew :-)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8



More information about the distro-pkg-dev mailing list