SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
net/weex/patches/patch-configure_in
Normal file
13
net/weex/patches/patch-configure_in
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: configure.in
|
||||
--- configure.in.orig
|
||||
+++ configure.in
|
||||
@@ -24,7 +24,8 @@ AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
|
||||
dnl for gettext
|
||||
-AM_GNU_GETTEXT
|
||||
+AM_GNU_GETTEXT_VERSION([0.21])
|
||||
+AM_GNU_GETTEXT([external])
|
||||
AC_CHECK_FUNC(gettext,,AC_CHECK_LIB(intl, gettext))
|
||||
localedir='${prefix}/share/locale'
|
||||
AC_SUBST(localedir)
|
Loading…
Add table
Add a link
Reference in a new issue