From aca432ab268947720aa234477950c07b0bb41f95 Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 29 May 2012 16:40:15 +0000 Subject: - - Add shared FPECTL, IPV6, PTH, PYMALLOC, SEM, THREADS and UCS2/4 description Reviewed by: bapt --- Mk/bsd.options.desc.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Mk/bsd.options.desc.mk') diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 2144595d8497..08609eabb76d 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -14,9 +14,11 @@ DEBUG_DESC?= Enable debug flags DOCS_DESC?= Build and install the documentation EXAMPLES_DESC?= Build and install the examples FLAC_DESC?= Enable support for flac +FPECTL_DESC?= Enable floating point exception handling GOGO_DESC?= Enable gogo mp3 encoder GUI_DESC?= Enable GUI support ICONV_DESC?= Enable ICONV support +IPV6_DESC?= Enable IPv6 support ID3_DESC?= Enable support for id3 tags LDAP_DESC?= Enable LDAP support MAGICK_DESC?= Enable ImageMagick Library @@ -29,11 +31,17 @@ NLS_DESC?= Build and install the localisation data PCRE_DESC?= Enable regular expressions using libpcre PGSQL_DESC?= Enable PostgreSQL backend PNG_DESC?= Enable PNG support +PTH_DESC?= Enable GNU Pth for threading/multiprocessing +PYMALLOC_DESC?= Enable python's internal malloc +SEM_DESC?= Enable Enable POSIX semaphores support SPEEX_DESC?= Enable support for speex audio format SSL_DESC?= Enable SSL support STATIC_DESC?= Build static executable/libraries SQLITE_DESC?= Enable SQLite backend TIDY_DESC?= Enable tidy html cleaner support +THREADS_DESC?= Enable thread support +UCS2_DESC?= Enable unicode support +UCS4_DESC?= Enable unicode support VORBIS_DESC?= Enable support for ogg vorbis X11_DESC?= Enable support for X11 XSPF_DESC?= Enable support for XSPF -- cgit