[omniORB] FreeBSD-Current patches for omniORB
Craig Rodrigues
rodrigc@attbi.com
Mon Dec 23 22:08:02 2002
--Q68bSM7Ycu6FN28Q
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi,
Attached are two autoconf patches for FreeBSD-Current (soon to be FreeBSD 5.x).
The configure files will need to be regenerated.
--
Craig Rodrigues
http://www.gis.net/~craigr
rodrigc@attbi.com
--Q68bSM7Ycu6FN28Q
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch-1.txt"
--- omniORB-4.0.0/configure.ac.orig Mon Dec 23 17:03:07 2002
+++ omniORB-4.0.0/configure.ac Mon Dec 23 17:03:19 2002
@@ -155,6 +155,7 @@
*-*-darwin*) plat_name="Darwin"; plat_def="__darwin__"; os_v="1";;
*-*-freebsd3*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="3";;
*-*-freebsd4*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="4";;
+ *-*-freebsd5*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="5";;
*-*-sco*) plat_name="OSR5"; plat_def="__osr5__"; os_v="5";;
esac
--Q68bSM7Ycu6FN28Q
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch-2.txt"
--- omniORBpy-2.0/configure.ac.orig Mon Dec 23 17:04:11 2002
+++ omniORBpy-2.0/configure.ac Mon Dec 23 17:04:18 2002
@@ -85,6 +85,7 @@
*-*-darwin*) platform_name="Darwin"; os_version="1";;
*-*-freebsd3*) platform_name="FreeBSD"; os_version="3";;
*-*-freebsd4*) platform_name="FreeBSD"; os_version="4";;
+ *-*-freebsd5*) platform_name="FreeBSD"; os_version="5";;
*-*-sco*) platform_name="OSR5"; os_version="5";;
esac
--Q68bSM7Ycu6FN28Q--