diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-27 22:13:05 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-27 22:13:05 +0000 |
commit | 23ba29f05613c62cc69ad010cb2383e10cd1270d (patch) | |
tree | 0186a57b6ef6b5d51f69b894b44472d73194fa7f /devel/php4-gettext/files/patch-config.m4 | |
parent | Fix global extension and theme installation by making sure the path to the (diff) |
Enable activation of bind_textdomain_codeset() function.
Reported by: Alexander Marx <mad-ml@madness.at>,
Antoine Jacoutot <ajacoutot@lphp.org>,
Thomas Vogt <tv@solnet.ch>
Notes
Notes:
svn path=/head/; revision=114895
Diffstat (limited to 'devel/php4-gettext/files/patch-config.m4')
-rw-r--r-- | devel/php4-gettext/files/patch-config.m4 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/php4-gettext/files/patch-config.m4 b/devel/php4-gettext/files/patch-config.m4 new file mode 100644 index 000000000000..2b497d366574 --- /dev/null +++ b/devel/php4-gettext/files/patch-config.m4 @@ -0,0 +1,17 @@ +--- config.m4.orig Tue Jul 27 23:58:02 2004 ++++ config.m4 Tue Jul 27 23:59:44 2004 +@@ -30,7 +30,6 @@ + AC_MSG_ERROR(Unable to find required gettext library) + ]) + ) +- LDFLAGS=$O_LDFLAGS + + AC_DEFINE(HAVE_LIBINTL,1,[ ]) + PHP_NEW_EXTENSION(gettext, gettext.c, $ext_shared) +@@ -46,5 +45,6 @@ + AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, dngettext, [AC_DEFINE(HAVE_DNGETTEXT, 1, [ ])]) + AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, dcngettext, [AC_DEFINE(HAVE_DCNGETTEXT, 1, [ ])]) + AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB, bind_textdomain_codeset, [AC_DEFINE(HAVE_BIND_TEXTDOMAIN_CODESET, 1, [ ])]) ++ LDFLAGS=$O_LDFLAGS + + fi |