View | Details | Raw Unified
Collapse All | Expand All

(-) d4x-2.4_beta.ebuild (-5 / +4 lines)
 Lines 9-21    Link Here 
SRC_URI="http://www.krasu.ru/soft/chuchelo/files/${P/_}.tar.gz"
SRC_URI="http://www.krasu.ru/soft/chuchelo/files/${P/_}.tar.gz"
HOMEPAGE="http://www.krasu.ru/soft/chuchelo/"
HOMEPAGE="http://www.krasu.ru/soft/chuchelo/"
# Currently seems to be pretty borked
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
KEYWORDS="-x86 -ppc -sparc  -alpha"
SLOT="0"
SLOT="0"
LICENSE="Artistic"
LICENSE="Artistic"
DEPEND=">=x11-libs/gtk+-2.0
DEPEND=">=x11-libs/gtk+-2.0.6
	>=dev-libs/glib-2.0
	>=dev-libs/glib-2.0.6
	esd? ( >=media-sound/esound-0.2.7 )"
	esd? ( >=media-sound/esound-0.2.7 )"
 Lines 26-32    Link Here 
	# Use our own $CXXFLAGS
	# Use our own $CXXFLAGS
	cd ${S}
	cd ${S}
	cp configure configure.orig
	cp configure configure.orig
	sed -e "s:CXXFLAGS=\"-O2\":CXXFLAGS=\"${CXXFLAGS}\":g" \
	sed -e "s:CXXFLAGS=\"-O2\":CXXFLAGS=\"${CXXFLAGS}\":g;s:OPTFLAGS=\"-O2\":OPTFLAGS=\"\":g" \
		configure.orig >configure
		configure.orig >configure
}
}