diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2009-12-12 10:17:52 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-01-03 21:49:16 +0100 |
commit | 97e1b707d6504343f02e683f49eb2cb6db2cc091 (patch) | |
tree | ea7a96f7cba463e67ef03cd814ddac8bcba41283 /recipes/vdr/files/fixpaths.patch | |
parent | 326feb69a3e8ecb150236980a1697d5e7ba829a1 (diff) |
vdr: introduce vdr to oe
* packaging started by Paul Menzel
* packaging finished by Henning Heinold
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes/vdr/files/fixpaths.patch')
-rw-r--r-- | recipes/vdr/files/fixpaths.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/vdr/files/fixpaths.patch b/recipes/vdr/files/fixpaths.patch new file mode 100644 index 0000000000..418f2d92e2 --- /dev/null +++ b/recipes/vdr/files/fixpaths.patch @@ -0,0 +1,11 @@ +--- vdr/Makefile~fixpaths 2009-10-18 15:59:25.000000000 +0200 ++++ vdr/Makefile 2009-12-13 12:28:22.000000000 +0100 +@@ -21,7 +21,7 @@ + BINDIR = $(PREFIX)/bin + LOCDIR = ./locale + LIBS = -ljpeg -lpthread -ldl -lcap -lrt -lfreetype -lfontconfig +-INCLUDES = -I/usr/include/freetype2 ++INCLUDES = ${CFLAGS} + + PLUGINDIR= ./PLUGINS + PLUGINLIBDIR= $(PLUGINDIR)/lib |