mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
MFphp4: Enable activation of bind_textdomain_codeset() function.
This commit is contained in:
parent
cedae39d49
commit
ddd8dd830d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114897
1 changed files with 17 additions and 0 deletions
17
devel/php5-gettext/files/patch-config.m4
Normal file
17
devel/php5-gettext/files/patch-config.m4
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue