slackbuilds_ponce/graphics/oyranos/oyranos_file.cpp.patch
Willy Sudiarto Raharjo 6e99c96d47 graphics/oyranos: Updated for version 0.4.0.
This version also adds a new dependency on yajl.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-09-19 20:26:51 -05:00

11 lines
427 B
Diff

--- oyranos-0.4.0/examples/libraw/oyranos_file.cpp 2012-03-10 20:39:13.754934907 +0100
+++ oyranos-0.4.0/examples/libraw/oyranos_file.cpp.new 2012-03-10 20:39:18.317895815 +0100
@@ -15,7 +15,7 @@
*/
/* c++ -Wall -g oyranos_file.cpp `pkg-config --cflags --libs oyranos` -o oyranos-file */
-#include <alpha/oyranos_alpha.h>
+#include <oyranos_alpha.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>