http://bugs.opencompositing.org/show_bug.cgi?id=812
--- Comment #3 from Billy DeVincentis <[EMAIL PROTECTED]> 2008-02-27 00:48:20
---
Danny, when I update compiz-fusion, I always unmerge all c-f packages and then
emerge them after I have deleted the source files in
/usr/portage/distfiles/git-src. Here is one of the ebuilds that doesn't
compile. I honestly can't see anything in the ebuild that calls for a certain
gcc
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MY_PN="${PN/compiz-fusion-plugins-}"
inherit git flag-o-matic autotools
EGIT_REPO_URI="git://anongit.compiz-fusion.org/fusion/plugins/${MY_PN}"
DESCRIPTION="Compiz Fusion Window Decorator Wallpaper Plugin (git)"
HOMEPAGE="http://compiz-fusion.org"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="~x11-libs/compiz-bcop-${PV}
~x11-wm/compiz-${PV}"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35
>=dev-util/pkgconfig-0.19
>=sys-devel/gettext-0.15"
S="${WORKDIR}/${MY_PN}"
src_compile() {
filter-ldflags -znow -z,now
filter-ldflags -Wl,-znow -Wl,-z,now
sed -i 's/gen-schemas .*/gen-schemas :=/' Makefile
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}/usr/lib/compiz" XMLDIR="${D}/usr/share/compiz"
install \
|| die "emake install failed"
}
pkg_postinst() {
ewarn "DO NOT report bugs to Gentoo's bugzilla"
einfo "Please report all bugs to #gentoo-desktop-effects"
einfo "Thank you on behalf of the Gentoo Xeffects team"
}
--
Configure bugmail: http://bugs.opencompositing.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Dev mailing list
[email protected]
http://lists.compiz-fusion.org/mailman/listinfo/dev