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

Collapse All | Expand All

(-)xterm-189.orig/main.h (-2 / +4 lines)
Lines 53-62 Link Here
53
53
54
#ifndef PROJECTROOT
54
#ifndef PROJECTROOT
55
#define PROJECTROOT		"/usr/X11R6"
55
#define PROJECTROOT		"/usr/X11R6"
56
#endif
56
#define DEFLOCALEFILTER1(x)	x
57
57
#else
58
#define DEFLOCALEFILTER2(x)	#x
58
#define DEFLOCALEFILTER2(x)	#x
59
#define DEFLOCALEFILTER1(x)	DEFLOCALEFILTER2(x)
59
#define DEFLOCALEFILTER1(x)	DEFLOCALEFILTER2(x)
60
#endif
61
60
#define DEFLOCALEFILTER		DEFLOCALEFILTER1(PROJECTROOT) "/bin/luit"
62
#define DEFLOCALEFILTER		DEFLOCALEFILTER1(PROJECTROOT) "/bin/luit"
61
63
62
#endif	/* included_main_h */
64
#endif	/* included_main_h */

Return to bug 50982