SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
audio/normalize/patches/patch-configure
Normal file
25
audio/normalize/patches/patch-configure
Normal file
|
@ -0,0 +1,25 @@
|
|||
--- configure.orig Wed Sep 14 11:23:56 2005
|
||||
+++ configure Mon Jul 9 01:06:08 2007
|
||||
@@ -25894,12 +25894,11 @@ cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
#include <libintl.h>
|
||||
extern int _nl_msg_cat_cntr;
|
||||
-extern int *_nl_domain_bindings;
|
||||
int
|
||||
main ()
|
||||
{
|
||||
bindtextdomain ("", "");
|
||||
-return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|
||||
+return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
@@ -27511,7 +27510,7 @@ s,@INTL_MACOSX_LIBS@,$INTL_MACOSX_LIBS,;t t
|
||||
s,@LIBICONV@,$LIBICONV,;t t
|
||||
s,@LTLIBICONV@,$LTLIBICONV,;t t
|
||||
s,@INTLLIBS@,$INTLLIBS,;t t
|
||||
-s,@LIBINTL@,$LIBINTL,;t t
|
||||
+s,@LIBINTL@,$LTLIBINTL,;t t
|
||||
s,@LTLIBINTL@,$LTLIBINTL,;t t
|
||||
s,@POSUB@,$POSUB,;t t
|
||||
s,@LIBOBJS@,$LIBOBJS,;t t
|
Loading…
Add table
Add a link
Reference in a new issue