svn commit: r226341 - head/sys/teken/demo

Ed Schouten ed at FreeBSD.org
Thu Oct 13 14:20:28 UTC 2011


Author: ed
Date: Thu Oct 13 14:20:27 2011
New Revision: 226341
URL: http://svn.freebsd.org/changeset/base/226341

Log:
  Link the demo application against ncursesw to make Unicode work.

Modified:
  head/sys/teken/demo/Makefile

Modified: head/sys/teken/demo/Makefile
==============================================================================
--- head/sys/teken/demo/Makefile	Thu Oct 13 13:33:23 2011	(r226340)
+++ head/sys/teken/demo/Makefile	Thu Oct 13 14:20:27 2011	(r226341)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PROG=	teken_demo
-LDADD=	-lncurses -lteken -lutil
+LDADD=	-lncursesw -lteken -lutil
 MAN=
 
 WARNS?=	6


More information about the svn-src-head mailing list