diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-06 08:26:48 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-06 08:26:48 +0100 |
commit | f1c4863a854b6b11ce4dd142cf1208a959f752ee (patch) | |
tree | 3830c04a5ed3173c53e6a6d5896d52ba79cc32e1 /sci-chemistry/openbabel-java | |
parent | sci-chemistry/openbabel-perl: Respect CXXFLAGS (diff) | |
download | sci-f1c4863a854b6b11ce4dd142cf1208a959f752ee.tar.gz sci-f1c4863a854b6b11ce4dd142cf1208a959f752ee.tar.bz2 sci-f1c4863a854b6b11ce4dd142cf1208a959f752ee.zip |
sci-chemistry/openbabel-java: Respect CXXFLAGS
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry/openbabel-java')
-rw-r--r-- | sci-chemistry/openbabel-java/metadata.xml | 2 | ||||
-rw-r--r-- | sci-chemistry/openbabel-java/openbabel-java-9999.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sci-chemistry/openbabel-java/metadata.xml b/sci-chemistry/openbabel-java/metadata.xml index 9de1810dd..62495c421 100644 --- a/sci-chemistry/openbabel-java/metadata.xml +++ b/sci-chemistry/openbabel-java/metadata.xml @@ -1,4 +1,4 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci-chemistry</herd> 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) |