Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 336603
Collapse All | Expand All

(-)a/scourge-0.21.1.ebuild (+3 lines)
Lines 34-39 Link Here
34
		-e '/AC_CHECK_HEADERS.*glext/ s:):, [#include <GL/gl.h>] ):' \
34
		-e '/AC_CHECK_HEADERS.*glext/ s:):, [#include <GL/gl.h>] ):' \
35
		configure.in \
35
		configure.in \
36
		|| die "sed failed"
36
		|| die "sed failed"
37
	sed -i \
38
		-e '/snprintf/s/tmp, 256/tmp, sizeof(tmp)/' \
39
		src/scourgehandler.cpp || die
37
	eautoreconf
40
	eautoreconf
38
}
41
}
39
42

Return to bug 336603