From 7f30d6ac9e6f0ba86212cd96cc53de56531e366a Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Fri, 27 Sep 2013 22:32:06 +0000 Subject: Fix typo. Reported by: Buganini (via email) --- chinese/fcitx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chinese') diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index 99a548a5db04..eebb0f307323 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -35,7 +35,7 @@ USE_XORG= x11 xext xkbfile USE_LDCONFIG= yes USES= cmake gettext iconv pathfix pkgconfig INSTALLS_ICONS= yes -DFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} OPTIONS_DEFINE= GTK2 GTK3 QT4 OPENCC TPUNC OPTIONS_DEFAULT=GTK2 -- cgit