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

Collapse All | Expand All

(-)gimp-1.2.3-r2.ebuild (-14 lines)
Lines 45-64 Link Here
45
		chmod 0755 ${S}/config.rpath
45
		chmod 0755 ${S}/config.rpath
46
	fi
46
	fi
47
	
47
	
48
	echo ">>> Reconfiguring package..."
49
	export WANT_AUTOMAKE_1_4=1
50
	export WANT_AUTOCONF_2_5=1
51
	automake --add-missing
52
	autoreconf --install --symlink &> ${T}/autoreconf.log || ( \
53
		echo "DEBUG: working directory is: `pwd`" >>${T}/autoreconf.log
54
		eerror "Reonfigure failed, please attatch the contents of:"
55
		eerror
56
		eerror "  ${T}/autoreconf.log"
57
		eerror
58
		eerror "in your bugreport."
59
		# we need an error here, else the ebuild do not die
60
		exit 1
61
	) || die "running autoreconf failed"
62
	touch plug-ins/common/gimp-1.2.3.tar.bz2
48
	touch plug-ins/common/gimp-1.2.3.tar.bz2
63
}
49
}
64
50

Return to bug 8490