diff options
Diffstat (limited to 'audio/gqmpeg/files/patch-configure')
-rw-r--r-- | audio/gqmpeg/files/patch-configure | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/audio/gqmpeg/files/patch-configure b/audio/gqmpeg/files/patch-configure deleted file mode 100644 index 85ceb359e7ca..000000000000 --- a/audio/gqmpeg/files/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ ---- configure.orig 2003-02-02 04:27:15 UTC -+++ configure -@@ -4027,10 +4027,9 @@ else - #include "confdefs.h" - #include <libintl.h> - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; - int main() { - bindtextdomain ("", ""); --return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings -+return (int) gettext ("") + _nl_msg_cat_cntr - ; return 0; } - EOF - if { (eval echo configure:4037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -@@ -4416,7 +4415,6 @@ else - #include "confdefs.h" - #include <libintl.h> - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; - extern - #ifdef __cplusplus - "C" -@@ -4424,7 +4422,7 @@ extern - const char *_nl_expand_alias (); - int main() { - bindtextdomain ("", ""); --return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0) -+return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0) - ; return 0; } - EOF - if { (eval echo configure:4431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |