[tuxdroid-svn] r221 - svnlook: warning: cannot set LC_CTYPE locale svnlook: warning: environment va
Status: Beta
Brought to you by:
ks156
From: svnlook:warning@affinitic.be:cannot s. L. l. <c2m...@c2...> - 2007-04-03 18:26:21
|
Author: svnlook: warning: cannot set LC_CTYPE locale Date: svnlook: warning: environment variable LANG is EN New Revision: 221 Modified: daemon/trunk/Makefile Log: jaguarondi 2007-04-03 20:25:47 +0200 (Tue, 03 Apr 2007) 94 - UPD: followed some suggestions of Kiffin Gish that updated the Makefile to run on FreeBSD6.1 svnlook: warning: cannot set LC_CTYPE locale svnlook: warning: environment variable LANG is EN svnlook: warning: please check that your locale name is correct Modified: daemon/trunk/Makefile =================================================================== --- daemon/trunk/Makefile 2007-04-03 15:10:05 UTC (rev 220) +++ daemon/trunk/Makefile 2007-04-03 18:25:47 UTC (rev 221) @@ -16,12 +16,12 @@ OBJ_DIR = Debug OUTPUT_DIR = . TARGET = tuxdaemon - C_INCLUDE_DIRS = -I"/usr/include/glib-2.0" -I"/usr/lib/glib-2.0/include" + C_INCLUDE_DIRS = -I"/usr/include/glib-2.0" -I"/usr/lib/glib-2.0/include" -I"/usr/local/include" C_PREPROC = CFLAGS = -pipe -Wall -g2 -O0 -DUSB_DEBUG - LIB_DIRS = -L"/usr/include/glib-2.0" -L"/usr/lib/glib-2.0/include" - LIBS = -lglib-2.0 -lgthread-2.0 -lusb - LDFLAGS = -pipe + LIB_DIRS = -L"/usr/include/glib-2.0" -L"/usr/lib/glib-2.0/include" -L"/usr/local/lib" + LIBS = -lglib-2.0 -lgthread-2.0 -lpthread -lusb + LDFLAGS = -pipe endif ifeq ($(CFG),Release) |