File: freetype.patch

package info (click to toggle)
w3cam 0.7.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 748 kB
  • sloc: ansic: 3,822; makefile: 70
file content (13 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix location of freetype header file

--- a/w3cam.c
+++ b/w3cam.c
@@ -47,7 +47,7 @@
 #include <jpeglib.h>
 #endif
 #ifdef HAVE_LIBTTF
-#include <freetype.h>
+#include <freetype/freetype.h>
 #endif
 #include "w3cam.h"
 #include "cgi.h"