aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libxml2/files/patch-ab
blob: 21cc214b6e21025ad8c730cb354f9708335868c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- configure.orig	Thu Mar  1 11:00:11 2001
+++ configure	Thu Mar  8 22:11:26 2001
@@ -3479,3 +3479,3 @@
 XML_LIBDIR='-L${libdir}'
-XML_INCLUDEDIR='-I${includedir}/libxml -I${includedir}'
+XML_INCLUDEDIR='-I${includedir}/libxml2 -I${includedir}/libxml2/libxml'
 XML_LIBS="-lxml2 $Z_LIBS $M_LIBS $LIBS"
@@ -3875,3 +3875,3 @@
     builtin and then its argument prototype would still apply.  */
-char iconv();
+char libiconv();
 
@@ -3885,3 +3885,3 @@
 #else
-iconv();
+libiconv();
 #endif
@@ -3921,6 +3921,6 @@
     builtin and then its argument prototype would still apply.  */
-char iconv();
+char libiconv();
 
 int main() {
-iconv()
+libiconv()
 ; return 0; }