diff options
-rw-r--r-- | development/omniORB/omniORB.SlackBuild | 8 | ||||
-rw-r--r-- | development/omniORB/omniORB.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/omniORB/omniORB.SlackBuild b/development/omniORB/omniORB.SlackBuild index ac18f351892d0..6e39429914608 100644 --- a/development/omniORB/omniORB.SlackBuild +++ b/development/omniORB/omniORB.SlackBuild @@ -25,14 +25,14 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=omniORB -VERSION=${VERSION:-4.2.0} +VERSION=${VERSION:-4.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -50,8 +50,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/development/omniORB/omniORB.info b/development/omniORB/omniORB.info index fd8b1f414232c..3e7d821b28030 100644 --- a/development/omniORB/omniORB.info +++ b/development/omniORB/omniORB.info @@ -1,8 +1,8 @@ PRGNAM="omniORB" -VERSION="4.2.0" +VERSION="4.3.0" HOMEPAGE="http://omniorb.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/project/omniorb/omniORB/omniORB-4.2.0/omniORB-4.2.0.tar.bz2" -MD5SUM="f1e104d0a2df92829c1b37a853f4805d" +DOWNLOAD="http://downloads.sourceforge.net/project/omniorb/omniORB/omniORB-4.3.0/omniORB-4.3.0.tar.bz2" +MD5SUM="8889ab13b444b495ca2c2b48ea6a6bd7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |