Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111517 Details for
Bug 127026
Requesting a Second Life client ebuild (secondlife)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
xmlrpc-epi-0.51-expat.patch
xmlrpc-epi-0.51-expat.patch (text/plain), 2.05 KB, created by
Guido
on 2007-02-28 07:39:36 UTC
(
hide
)
Description:
xmlrpc-epi-0.51-expat.patch
Filename:
MIME Type:
Creator:
Guido
Created:
2007-02-28 07:39:36 UTC
Size:
2.05 KB
patch
obsolete
>--- xmlrpc-epi-0.51/configure.in.orig 2002-06-24 01:48:29.000000000 +0200 >+++ xmlrpc-epi-0.51/configure.in 2007-02-19 12:33:04.000000000 +0100 >@@ -19,8 +19,7 @@ > > dnl Checks for header files. > AC_HEADER_STDC >-AC_CHECK_HEADERS(fcntl.h malloc.h unistd.h) >- >+AC_CHECK_HEADERS(fcntl.h malloc.h unistd.h expat.h) > > dnl Checks for typedefs, structures, and compiler characteristics. > AC_C_CONST >@@ -35,8 +34,9 @@ > AC_FUNC_STRFTIME > > AC_CHECK_FUNCS(mktime strstr) >+AC_CHECK_LIB(expat, XML_Parse, , [AC_MSG_ERROR(libexpat not found)]) > >-AC_OUTPUT(src/Makefile Makefile sample/Makefile expat/Makefile expat/xmltok/Makefile expat/xmlparse/Makefile) >+AC_OUTPUT(src/Makefile Makefile sample/Makefile) > > > >--- xmlrpc-epi-0.51/Makefile.am.orig 2001-04-10 03:37:40.000000000 +0200 >+++ xmlrpc-epi-0.51/Makefile.am 2007-02-19 12:16:17.000000000 +0100 >@@ -1,4 +1,4 @@ >-SUBDIRS = expat src sample >+SUBDIRS = src sample > > CHANGE_LOG_GEN_BIN = scripts/cvs2cl.pl > CHANGE_LOG_GEN_FLAGS = -t -r -b --accum -I ChangeLog --gmt --prune >--- xmlrpc-epi-0.51/src/Makefile.am.orig 2001-09-16 22:27:27.000000000 +0200 >+++ xmlrpc-epi-0.51/src/Makefile.am 2007-02-19 12:16:35.000000000 +0100 >@@ -1,9 +1,5 @@ >-INCLUDES=-I../liblm -I../expat/xmltok -I../expat/xmlparse -I/usr/local/ssl/include >- > lib_LTLIBRARIES = libxmlrpc.la > >-libxmlrpc_la_LIBADD = ../expat/xmltok/libexpat_tok.la ../expat/xmlparse/libexpat_parse.la >- > libxmlrpc_la_SOURCES = \ > base64.c \ > encodings.c \ >--- xmlrpc-epi-0.51/src/xml_element.c.orig 2007-02-19 12:23:38.000000000 +0100 >+++ xmlrpc-epi-0.51/src/xml_element.c 2007-02-19 22:23:45.000000000 +0100 >@@ -91,7 +91,7 @@ > > #include "xml_element.h" > #include "queue.h" >-#include "xmlparse.h" >+#include "expat.h" > #include "encodings.h" > > #define my_free(thing) if(thing) {free(thing); thing = 0;} >--- xmlrpc-epi-0.51/src/xmlrpc.c.orig 2007-02-19 12:23:33.000000000 +0100 >+++ xmlrpc-epi-0.51/src/xmlrpc.c 2007-02-19 22:24:29.000000000 +0100 >@@ -121,7 +121,7 @@ > > #include "queue.h" > #include "xmlrpc.h" >-#include "xmlparse.h" >+#include "expat.h" > #include "base64.h" > > #include "xml_to_xmlrpc.h"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 127026
:
87669
|
90814
|
90819
|
92739
|
101806
|
106217
|
106219
|
106221
|
106223
|
106225
|
106253
|
106259
|
106263
|
106265
|
106350
|
106352
|
106354
|
106554
|
106556
|
106558
|
106833
|
106834
|
106839
|
106898
|
106900
|
107290
|
107515
|
107540
|
107542
|
107550
|
107566
|
107598
|
107599
|
107600
|
107601
|
107603
|
108183
|
108224
|
110626
|
110627
|
110629
|
110630
|
110634
|
110636
|
110647
|
110648
|
110649
|
110651
|
110652
|
110654
|
110655
|
110656
|
110696
|
110698
| 111517 |
111519
|
111521
|
113643
|
113644
|
113664
|
113666
|
113668
|
113670
|
135152
|
142612
|
151751
|
151753
|
151755
|
152403
|
152405
|
152481
|
152485
|
152487
|
152745
|
152747
|
152749
|
156521