Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 316815
Collapse All | Expand All

(-)zlib-1.2.5.ebuild.old (-1 / +1 lines)
Lines 39-45 Link Here
39
		emake -f win32/Makefile.gcc prefix="${EPREFIX}"/usr STRIP= PREFIX=${CHOST}- || die
39
		emake -f win32/Makefile.gcc prefix="${EPREFIX}"/usr STRIP= PREFIX=${CHOST}- || die
40
		;;
40
		;;
41
	*-mint*)
41
	*-mint*)
42
		./configure --prefix="${EPREFIX}"/usr --libdir="${EPREFIX}"/$(get_libdir) || die
42
		./configure --static --prefix="${EPREFIX}"/usr --libdir="${EPREFIX}"/usr/$(get_libdir) || die
43
		emake || die
43
		emake || die
44
		;;
44
		;;
45
	*)  # not an autoconf script, so cant use econf
45
	*)  # not an autoconf script, so cant use econf

Return to bug 316815