diff options
Diffstat (limited to 'libsdl/libsdl-ttf_2.0.3.oe')
-rw-r--r-- | libsdl/libsdl-ttf_2.0.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsdl/libsdl-ttf_2.0.3.oe b/libsdl/libsdl-ttf_2.0.3.oe index 510b679ca2..163fb9c0ea 100644 --- a/libsdl/libsdl-ttf_2.0.3.oe +++ b/libsdl/libsdl-ttf_2.0.3.oe @@ -5,7 +5,7 @@ MAINTAINER = "Michael Lauer <mickey@Vanille.de>" DEPENDS = "virtual/libsdl freetype" SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ - file://${FILESDIR}/new-freetype-includes.patch;patch=1" + file://new-freetype-includes.patch;patch=1" S = "${WORKDIR}/SDL_ttf-${PV}" inherit autotools |