Gabor Kovesdan <ga...@freebsd.org> writes: > Author: gabor > Date: Fri May 25 22:07:13 2012 > New Revision: 236028 > URL: http://svn.freebsd.org/changeset/base/236028 > > Log: > - Add support for BSD iconv when it is build into libc [...] > +.if !defined(MK_ICONV) > +CFLAGS+= -DICONV_DLOPEN > +.endif
This doesn't work unless you include bsd.own.mk before. $ make WITH_ICONV= -C lib/libkiconv Warning: Object directory not changed from original /a/freebsd/lib/libkiconv clang ... -DICONV_DLOPEN ... -o kiconv_sysctl.o [...] _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"