mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Allow the use of //TRANSLIT and //IGNORE with PHP iconv.
PR: ports/184596 Tested by: grembo Approved by: ale (maintainer)
This commit is contained in:
parent
8f55879b99
commit
b2f07a8a49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341778
@ -1,6 +1,7 @@
|
||||
# Created by: Alex Dupre <ale@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= converters
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= converters
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php53
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Created by: Alex Dupre <ale@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= converters
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php55
|
||||
|
@ -128,7 +128,7 @@ CONFIGURE_ARGS+=--enable-hash \
|
||||
.if ${PHP_MODNAME} == "iconv"
|
||||
CONFIGURE_ARGS+=--with-iconv
|
||||
|
||||
USES+= iconv
|
||||
USES+= iconv:translit
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "imap"
|
||||
|
@ -127,7 +127,7 @@ CONFIGURE_ARGS+=--enable-hash \
|
||||
.if ${PHP_MODNAME} == "iconv"
|
||||
CONFIGURE_ARGS+=--with-iconv
|
||||
|
||||
USES+= iconv
|
||||
USES+= iconv:translit
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "imap"
|
||||
|
@ -128,7 +128,7 @@ CONFIGURE_ARGS+=--enable-hash \
|
||||
.if ${PHP_MODNAME} == "iconv"
|
||||
CONFIGURE_ARGS+=--with-iconv
|
||||
|
||||
USES+= iconv
|
||||
USES+= iconv:translit
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "imap"
|
||||
|
Loading…
Reference in New Issue
Block a user