svn commit: r330484 - in head: . emulators emulators/dolphin-emu emulators/dolphin-emu-devel emulators/dolphin-emu/files
Boris Samorodov
bsam at passap.ru
Wed Oct 16 07:29:43 UTC 2013
16.10.2013 11:16, Ganael LAPLANCHE пишет:
> +.if !empty(ICONV_LIB)
Is there a specific reason to use a negate check here?
> +CMAKE_ARGS+= -DUSE_ICONV:BOOL=ON
> +.else
> +CMAKE_ARGS+= -DUSE_ICONV:BOOL=OFF
> +.endif
That means that the port does not use (need) iconv at 10.x and up
systems. Is it really the case? Can the port use native iconv at
10.x and up systems?
--
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
More information about the svn-ports-all
mailing list