[Mplayer-cvslog] CVS: main/libdha Makefile,1.22,1.23

Alex Beregszaszi syncmail at mplayerhq.hu
Sat Jun 26 15:48:37 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libdha
In directory mail:/var2/tmp/cvs-serv12676

Modified Files:
	Makefile 
Log Message:
make the awk script working for localized machines too, patch by Onur Kucuk

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Makefile	26 Mar 2004 12:11:30 -0000	1.22
+++ Makefile	26 Jun 2004 13:48:35 -0000	1.23
@@ -2,8 +2,8 @@
 
 include ../config.mak
 
-MAJOR_VERSION = 0
-MINOR_VERSION = 1
+MAJOR_VERSION = 1
+MINOR_VERSION = 0
 VERSION = $(MAJOR_VERSION).$(MINOR_VERSION) 
 
 
@@ -60,7 +60,7 @@
 all:    $(LIBNAME) $(SHORTNAME)
 
 pci_names.c:
-	$(AWK) -f pci_db2c.awk oth/pci.db
+	LC_CTYPE=C $(AWK) -f pci_db2c.awk oth/pci.db
 
 test:
 	$(CC) test.c -o test $(SHORTNAME)




More information about the MPlayer-cvslog mailing list