svn commit: r328529 - head/chinese/fcitx

Guido Falsi madpilot at FreeBSD.org
Fri Sep 27 22:32:06 UTC 2013


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 at 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


More information about the svn-ports-all mailing list