Patch to add BSD family to IcedTea7 configure

Michael Franz mvfranz at gmail.com
Sun Mar 1 17:13:59 PST 2009


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}])
       ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090301/5fe960d5/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: acinclude-m4.patch
Type: application/octet-stream
Size: 413 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090301/5fe960d5/acinclude-m4.patch 


More information about the distro-pkg-dev mailing list