diff options
-rw-r--r-- | media-gfx/graphite2/graphite2-1.2.1.ebuild | 2 | ||||
-rw-r--r-- | media-gfx/graphite2/graphite2-1.2.4-r1.ebuild | 2 | ||||
-rw-r--r-- | media-gfx/graphite2/graphite2-1.2.4.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/graphite2/graphite2-1.2.1.ebuild b/media-gfx/graphite2/graphite2-1.2.1.ebuild index 0cb3b1220498..b9f54cb4c398 100644 --- a/media-gfx/graphite2/graphite2-1.2.1.ebuild +++ b/media-gfx/graphite2/graphite2-1.2.1.ebuild @@ -48,7 +48,7 @@ src_prepare() { # fix perl linking if use perl; then - _check_build_dir init + _cmake_check_build_dir init sed -i \ -e "s:@BUILD_DIR@:\"${CMAKE_BUILD_DIR}/src\":" \ contrib/perl/Build.PL || die diff --git a/media-gfx/graphite2/graphite2-1.2.4-r1.ebuild b/media-gfx/graphite2/graphite2-1.2.4-r1.ebuild index 42b25cf256a7..6a40a4c51f35 100644 --- a/media-gfx/graphite2/graphite2-1.2.4-r1.ebuild +++ b/media-gfx/graphite2/graphite2-1.2.4-r1.ebuild @@ -69,7 +69,7 @@ multilib_src_configure() { # fix perl linking if multilib_is_native_abi && use perl; then - _check_build_dir init + _cmake_check_build_dir init sed -i \ -e "s:@BUILD_DIR@:\"${BUILD_DIR}/src\":" \ "${S}"/contrib/perl/Build.PL || die diff --git a/media-gfx/graphite2/graphite2-1.2.4.ebuild b/media-gfx/graphite2/graphite2-1.2.4.ebuild index 4d5525cc464a..067c9964d588 100644 --- a/media-gfx/graphite2/graphite2-1.2.4.ebuild +++ b/media-gfx/graphite2/graphite2-1.2.4.ebuild @@ -48,7 +48,7 @@ src_prepare() { # fix perl linking if use perl; then - _check_build_dir init + _cmake_check_build_dir init sed -i \ -e "s:@BUILD_DIR@:\"${CMAKE_BUILD_DIR}/src\":" \ contrib/perl/Build.PL || die |