diff options
author | David Seifert <soap@gentoo.org> | 2017-05-03 22:45:30 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-03 22:45:51 +0200 |
commit | fc65568fe5b5dc227c7bc3590587cd1309082c36 (patch) | |
tree | 542c397fb14372939042d5afbd7d1d66ca47c7fe | |
parent | dev-python/jsonschema: fix dev-python/rfc3987 dependency (diff) | |
download | gentoo-fc65568fe5b5dc227c7bc3590587cd1309082c36.tar.gz gentoo-fc65568fe5b5dc227c7bc3590587cd1309082c36.tar.bz2 gentoo-fc65568fe5b5dc227c7bc3590587cd1309082c36.zip |
gnustep-base/libobjc2: [QA] Remove PREFIX setting for CMake
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r-- | gnustep-base/libobjc2/libobjc2-1.8.1.ebuild | 3 | ||||
-rw-r--r-- | gnustep-base/libobjc2/libobjc2-1.8.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild b/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild index 40e6b673050b..a82b0cf0f772 100644 --- a/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild +++ b/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -32,7 +32,6 @@ src_configure() { export CC=clang export CXX=clang++ - export PREFIX=/usr local mycmakeargs=( -DGNUSTEP_CONFIG=GNUSTEP_CONFIG-NOTFOUND $(cmake-utils_use boehm-gc BOEHM_GC) diff --git a/gnustep-base/libobjc2/libobjc2-1.8.ebuild b/gnustep-base/libobjc2/libobjc2-1.8.ebuild index 40e6b673050b..a82b0cf0f772 100644 --- a/gnustep-base/libobjc2/libobjc2-1.8.ebuild +++ b/gnustep-base/libobjc2/libobjc2-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -32,7 +32,6 @@ src_configure() { export CC=clang export CXX=clang++ - export PREFIX=/usr local mycmakeargs=( -DGNUSTEP_CONFIG=GNUSTEP_CONFIG-NOTFOUND $(cmake-utils_use boehm-gc BOEHM_GC) |