From f1c4863a854b6b11ce4dd142cf1208a959f752ee Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 6 Jan 2016 08:26:48 +0100 Subject: sci-chemistry/openbabel-java: Respect CXXFLAGS Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher --- sci-chemistry/openbabel-java/openbabel-java-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sci-chemistry/openbabel-java/openbabel-java-9999.ebuild') diff --git a/sci-chemistry/openbabel-java/openbabel-java-9999.ebuild b/sci-chemistry/openbabel-java/openbabel-java-9999.ebuild index 5bb2823b9..edad31876 100644 --- a/sci-chemistry/openbabel-java/openbabel-java-9999.ebuild +++ b/sci-chemistry/openbabel-java/openbabel-java-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,6 +30,7 @@ src_configure() { local mycmakeargs=( -DCMAKE_INSTALL_RPATH= -DBINDINGS_ONLY=ON + -DOPTIMIZE_NATIVE=OFF -DBABEL_SYSTEM_LIBRARY="${EPREFIX}"/usr/$(get_libdir)/libopenbabel.so -DOB_MODULE_PATH="${EPREFIX}"/usr/$(get_libdir)/openbabel/"${PV}" -DLIB_INSTALL_DIR="${S}"/$(get_libdir) -- cgit v1.2.3-65-gdbad