[MPlayer-dev-eng] [RESEND] [PATCH] Small fix for libdha/Makefile
Diego Biurrun
diego at biurrun.de
Fri Jul 9 01:47:48 CEST 2004
ismail donmez writes:
>
> I noticed that libdha Makefile uses LC_CTYPE=C to make it compile on Turkish
> locales. But this will not work for all setups like I set my LC_ALL to
> tr_TR.UTF-8 . So even if you set LC_CTYPE it will not matter because LC_ALL
> will override it. So you should set LC_ALL instead of LC_CTYPE. Patch is
> attached. Please apply.
>
> --- main/libdha/Makefile.~1.23.~ 2004-06-26 17:40:57.000000000 +0300
> +++ main/libdha/Makefile 2004-06-27 12:21:48.000000000 +0300
> @@ -60,7 +60,7 @@
> all: $(LIBNAME) $(SHORTNAME)
>
> pci_names.c:
> - LC_CTYPE=C $(AWK) -f pci_db2c.awk oth/pci.db
> + LC_ALL=C $(AWK) -f pci_db2c.awk oth/pci.db
>
> test:
> $(CC) test.c -o test $(SHORTNAME)
Unless there are objections, I will apply this in the next days.
Diego
More information about the MPlayer-dev-eng
mailing list