]> git.pld-linux.org Git - packages/dia.git/commitdiff
- fixes freetype headers including
authorgrzegol <grzegol@pld-linux.org>
Fri, 12 Mar 2004 23:56:58 +0000 (23:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dia-ft_includes.patch -> 1.1

dia-ft_includes.patch [new file with mode: 0644]

diff --git a/dia-ft_includes.patch b/dia-ft_includes.patch
new file mode 100644 (file)
index 0000000..e37717c
--- /dev/null
@@ -0,0 +1,13 @@
+diff -urN aa/dia-0.92.2/configure.in dia-0.92.2/configure.in
+--- aa/dia-0.92.2/configure.in 2003-11-01 12:23:46.000000000 +0100
++++ dia-0.92.2/configure.in    2004-03-13 00:21:14.104026880 +0100
+@@ -69,7 +69,8 @@
+     AC_MSG_CHECKING([if FreeType version is 2.0.9 or higher])
+     old_CPPFLAGS="$CPPFLAGS"
+     CPPFLAGS="$CPPFLAGS `freetype-config --cflags`"
+-    AC_TRY_CPP([#include <freetype/freetype.h>
++    AC_TRY_CPP([#include <ft2build.h>
++#include FT_FREETYPE_H
+ #if (FREETYPE_MAJOR*1000+FREETYPE_MINOR)*1000+FREETYPE_PATCH < 2000009
+ #error Freetype version too low.
+ #endif
This page took 0.070797 seconds and 4 git commands to generate.