diff options
author | tijl <tijl@FreeBSD.org> | 2014-01-30 04:41:27 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-01-30 04:41:27 +0800 |
commit | f4ece524f54f6e4f4b6f73cb1999ccf6dfa8b3aa (patch) | |
tree | 310bc86af07bbd16fbcf8bcdb7cab60217830508 /lang/php53 | |
parent | 86e6ae3f996eeb2157a2e7bcb4998258e4c243cf (diff) | |
download | freebsd-ports-gnome-f4ece524f54f6e4f4b6f73cb1999ccf6dfa8b3aa.tar.gz freebsd-ports-gnome-f4ece524f54f6e4f4b6f73cb1999ccf6dfa8b3aa.tar.zst freebsd-ports-gnome-f4ece524f54f6e4f4b6f73cb1999ccf6dfa8b3aa.zip |
Allow the use of //TRANSLIT and //IGNORE with PHP iconv.
PR: ports/184596
Tested by: grembo
Approved by: ale (maintainer)
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index e35398787941..83751fc4e75f 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -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" |