1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

add a missing patch, without this the module compiles but functionality is

missing thus bump PORTREVISION

PR:		ports/168009
Submitted by:	Rolandas Naujikas <rolnas@gmail.com>
This commit is contained in:
Florian Smeets 2012-05-17 12:43:53 +00:00
parent fbcab7a0bf
commit e38bcd2219
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296828
2 changed files with 19 additions and 0 deletions

View File

@ -5,6 +5,8 @@
# $FreeBSD$
#
PORTREVISION= 1
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php53

View 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