Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2014 20:03:32 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339971 - head/multimedia/transcode/files
Message-ID:  <201401162003.s0GK3Wtp074969@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Thu Jan 16 20:03:32 2014
New Revision: 339971
URL: http://svnweb.freebsd.org/changeset/ports/339971
QAT: https://qat.redports.org/buildarchive/r339971/

Log:
  Fix build problem (subtitler looks for freetype headers in the wrong dir)
  
  PR:		ports/185248
  Submitted by:	Kevin Oberman <rkoberman@gmail.com>
  Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer), thierry (mentor)

Added:
  head/multimedia/transcode/files/patch-filter-subtitler-load_font.c   (contents, props changed)

Added: head/multimedia/transcode/files/patch-filter-subtitler-load_font.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/transcode/files/patch-filter-subtitler-load_font.c	Thu Jan 16 20:03:32 2014	(r339971)
@@ -0,0 +1,12 @@
+--- filter/subtitler/load_font.c.orig	2013-12-28 11:40:29.000000000 -0800
++++ filter/subtitler/load_font.c	2013-12-28 10:44:23.000000000 -0800
+@@ -48,7 +48,7 @@
+ #include <ft2build.h>
+ #include FT_FREETYPE_H
+ 
+-#include <freetype/ftglyph.h>
++#include <freetype2/ftglyph.h>
+ 
+ /**
+  * @file bswap.h
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401162003.s0GK3Wtp074969>