[Mplayer-cvslog] CVS: main/libdha Makefile,1.23,1.24
Diego Biurrun CVS
syncmail at mplayerhq.hu
Mon Jul 12 12:54:13 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libdha
In directory mail:/var2/tmp/cvs-serv28969/libdha
Modified Files:
Makefile
Log Message:
Fix build on Turkish locales when LC_ALL is already set.
patch by ismail donmez <kde at myrealbox.com>
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Makefile 26 Jun 2004 13:48:35 -0000 1.23
+++ Makefile 12 Jul 2004 10:54:10 -0000 1.24
@@ -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)
More information about the MPlayer-cvslog
mailing list