Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=7be05ce96fc1197f6cba639e60b78c6b3b8db03a
commit 7be05ce96fc1197f6cba639e60b78c6b3b8db03a Author: crazy <[email protected]> Date: Wed Feb 7 17:53:07 2018 +0100 ode-0.13-4-x86_64 * rebuild with tc * drop i686 diff --git a/source/lib-extra/ode/FrugalBuild b/source/lib-extra/ode/FrugalBuild index 4399070..151a9f2 100644 --- a/source/lib-extra/ode/FrugalBuild +++ b/source/lib-extra/ode/FrugalBuild @@ -3,28 +3,23 @@ pkgname=ode pkgver=0.13 -pkgrel=3 +pkgrel=4 pkgdesc="ODE is an open source, high performance library for simulating rigid body dynamics." _F_sourceforge_dirname="opende" _F_sourceforge_ext=".tar.bz2" Finclude sourceforge url="http://ode.org/" -depends=('libstdc++>=6.2.1-5') +depends=('libstdc++>=7.3.0-7') makedepends=('unzip') groups=('lib-extra') -archs=('i686' 'x86_64') +archs=('x86_64') Fconfopts+=" --enable-release=yes --enable-tests=no --enable-demos=no" options+=('static') build() { - if [ "$CARCH" == "i686" ]; then - Fconfopts+=" --with-arch=i686" - fi - if [ "$CARCH" == "x86_64" ]; then - export CXXFLAGS="$CXXFLAGS -fPIC" - export CFLAGS="$CFLAGS -fPIC" - fi + CXXFLAGS+=" -fPIC" + CFLAGS+=" -fPIC" Fcd Fbuild } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
