mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-19 07:50:41 +02:00
Force LC_ALL=C when building xf86DefModeSet.c
Fixes build in not-quite-latin locales.
This commit is contained in:
parent
2188582e5e
commit
58eacf0b7b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ BUSSOURCES = xf86isaBus.c xf86pciBus.c xf86fbBus.c xf86noBus.c $(SBUS_SOURCES)
|
|||
MODEDEFSOURCES = $(srcdir)/vesamodes $(srcdir)/extramodes
|
||||
|
||||
xf86DefModeSet.c: $(srcdir)/modeline2c.awk $(MODEDEFSOURCES)
|
||||
cat $(MODEDEFSOURCES) | $(AWK) -f $(srcdir)/modeline2c.awk > $@
|
||||
cat $(MODEDEFSOURCES) | LC_ALL=C $(AWK) -f $(srcdir)/modeline2c.awk > $@
|
||||
echo >> $@
|
||||
|
||||
BUILT_SOURCES = xf86DefModeSet.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue