View | Details | Raw Unified
Collapse All | Expand All

(-) xorg-server-1.4.0.90-r3.ebuild.orig (-8 / +3 lines)
 Lines 371-382    Link Here 
	# Make sure eautoreconf gets run if we need the autoconf/make
	# Make sure eautoreconf gets run if we need the autoconf/make
	# changes.
	# changes.
	if [[ ${SNAPSHOT} != "yes" ]]; then
	SNAPSHOT="yes"
		if use kdrive || use dmx || use xprint; then
			SNAPSHOT="yes"
		fi
	fi
	if use hal; then
	if use hal; then
		sed -i \
		sed -i \
			-e "s:^\(dbusconfigdir = \).*\(dbus-1.*\):\1/etc/\2:g" \
			-e "s:^\(dbusconfigdir = \).*\(dbus-1.*\):\1/etc/\2:g" \
 Lines 389-396    Link Here 
	#do not install xprint's Xsession.d files, we'll do it later
	#do not install xprint's Xsession.d files, we'll do it later
	if use xprint; then
	if use xprint; then
		sed -e "s:install-data-am\: install-dist_xpcDATA:install-data-am\::g" \
		sed -e "s:install-data-am\: install-dist_xpcDATA:install-data-am\::g" \
		    -i "${S}"/hw/xprint/etc/Xsession.d/Makefile.in \
			-i "${S}"/hw/xprint/etc/Xsession.d/Makefile.in \
		    || die "sed of Xsession.d makefile failed"
			|| die "sed of Xsession.d makefile failed"
	fi
	fi
}
}