Skip to content

Commit

Permalink
media-gfx/gmic: fix phase ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Oct 29, 2016
1 parent 0784a51 commit 1233993
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions media-gfx/gmic/gmic-1.7.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ DEPEND="${COMMON_DEPEND}

PATCHES=( "${FILESDIR}"/${P}-cmake.patch )

src_prepare() {
default
gunzip man/${PN}.1.gz || die
}

pkg_pretend() {
if use openmp ; then
tc-has-openmp || die "Please switch to an openmp compatible compiler"
Expand All @@ -58,6 +53,11 @@ pkg_pretend() {
fi
}

src_prepare() {
default
gunzip man/${PN}.1.gz || die
}

src_configure() {
local mycmakeargs=(
-DBUILD_LIB=ON
Expand Down

0 comments on commit 1233993

Please sign in to comment.