summaryrefslogtreecommitdiffstats
path: root/graphics/librsvg/files/patch-configure
blob: e345400828bb5b7e7464ca1a3edacd6f3751d755 (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
27
28
29
30
--- configure.orig  Thu Jan 17 13:54:07 2002
+++ configure   Mon Mar 22 23:16:08 2004
@@ -5397,6 +5397,7 @@
 
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -6020,7 +6021,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
 
 char*
 my_strdup (char *str)
@@ -6114,7 +6116,8 @@
 #include "confdefs.h"
 
 #include <stdio.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
 
 int main() {
  return 0;