mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Add an OPTION ICONV to fix a problem that can be caused by auto detection.
No PORTREVISION bump necessary since it's off by default.
This commit is contained in:
parent
3f86bbc0e3
commit
fe390b5b52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206139
@ -22,6 +22,7 @@ OPTIONS= ARC "Enable arch archives support" On \
|
||||
UNRAR "Enable rar archives support" On \
|
||||
MILTER "Compile the milter interface" Off \
|
||||
LDAP "libmilter was built with LDAP" Off \
|
||||
ICONV "Enable ICONV support" Off \
|
||||
STDERR "Print logs to stderr instead of stdout" Off \
|
||||
EXPERIMENTAL "Build experimental code" Off
|
||||
|
||||
@ -126,6 +127,12 @@ PLIST_SUB+= UNRAR=""
|
||||
PLIST_SUB+= UNRAR="@comment "
|
||||
CONFIGURE_ARGS+= --disable-unrar
|
||||
.endif
|
||||
.if defined(WITH_ICONV)
|
||||
CONFIGURE_ARGS+=--with-iconv
|
||||
USE_ICONV= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-iconv
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MILTER)
|
||||
USE_RC_SUBR+= clamav-milter
|
||||
|
Loading…
x
Reference in New Issue
Block a user