Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 198779 | Differences between
and this patch

Collapse All | Expand All

(-)cdrtools-2.01.01_alpha34.ebuild.extraflags (-2 / +12 lines)
Lines 12-18 Link Here
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
13
KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
14
IUSE="unicode"
14
IUSE="acl unicode"
15
15
16
DEPEND="virtual/libc
16
DEPEND="virtual/libc
17
	acl? (sys-apps/acl)
17
	!app-cdr/dvdrtools
18
	!app-cdr/dvdrtools
18
	!app-cdr/cdrkit"
19
	!app-cdr/cdrkit"
Lines 28-31 Link Here
28
	epatch "${FILESDIR}"/${PN}-2.01.01a03-warnings.patch
29
	epatch "${FILESDIR}"/${PN}-2.01.01a03-warnings.patch
29
	epatch "${FILESDIR}"/${P}-asneeded.patch
30
	epatch "${FILESDIR}"/${P}-asneeded.patch
31
	epatch "${FILESDIR}"/${PN}-2.01.01_alpha34-extraflags.patch
30
32
31
	# ppc-macos support
33
	# ppc-macos support
Lines 59-63 Link Here
59
		fi
61
		fi
60
	fi
62
	fi
61
	emake CC="$(tc-getCC) -D__attribute_const__=const" COPTX="${CFLAGS}" CPPOPTX="${CPPFLAGS}" LDOPTX="${LDFLAGS}" || die
63
	cd "${S}"/conf
64
	autoconf
65
	CONFFLAGS=""
66
	if use acl; then
67
		CONFFLAGS+=--with-acl
68
	else
69
		CONFFLAGS+=--without-acl
70
	fi
71
	emake CC="$(tc-getCC) -D__attribute_const__=const" CONFFLAGS="${CONFFLAGS}" COPTX="${CFLAGS}" CPPOPTX="${CPPFLAGS}" LDOPTX="${LDFLAGS}" || die
62
}
72
}
63
73

Return to bug 198779