# HG changeset patch # User Eugene Paskevich # Date 1192111899 -10800 # Node ID 5d6cf50e905bb4f8dd0c2966aeb6f228d1b339f1 # Parent 185c316a2feae6b185ab900579a88c40d52657dd In attempt to fix the regression... diff -r 185c316a2fea -r 5d6cf50e905b src/console/Makefile --- a/src/console/Makefile Wed Oct 10 20:31:40 2007 +0300 +++ b/src/console/Makefile Thu Oct 11 17:11:39 2007 +0300 @@ -56,6 +56,8 @@ plugindir := $(plugindir)/${INPUT_PLUGIN_DIR} +LD = ${CXX} + CFLAGS += ${PLUGIN_CFLAGS} CXXFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../..