freebsd-ports/graphics/librsvg/files/patch-configure
Joe Marcus Clarke 927c1bd82b Fix build with freetyp2-2.1.7.
Reported by:	bento via kris
2004-03-23 04:20:07 +00:00

30 lines
679 B
Text

--- 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;