Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2013 22:32:06 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328529 - head/chinese/fcitx
Message-ID:  <201309272232.r8RMW6FJ001495@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Sep 27 22:32:06 2013
New Revision: 328529
URL: http://svnweb.freebsd.org/changeset/ports/328529

Log:
  Fix typo.
  
  Reported by:	Buganini <buganini@gmail.com> (via email)

Modified:
  head/chinese/fcitx/Makefile

Modified: head/chinese/fcitx/Makefile
==============================================================================
--- head/chinese/fcitx/Makefile	Fri Sep 27 22:31:52 2013	(r328528)
+++ head/chinese/fcitx/Makefile	Fri Sep 27 22:32:06 2013	(r328529)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309272232.r8RMW6FJ001495>