diff options
Diffstat (limited to 'recipes/unicap/files/cross.patch')
-rw-r--r-- | recipes/unicap/files/cross.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/unicap/files/cross.patch b/recipes/unicap/files/cross.patch new file mode 100644 index 0000000000..b8d01f2095 --- /dev/null +++ b/recipes/unicap/files/cross.patch @@ -0,0 +1,12 @@ +--- ucview-0.22/src/Makefile.am~ 2008-12-09 18:05:26.000000000 +0100 ++++ ucview-0.22/src/Makefile.am 2008-12-09 18:05:26.000000000 +0100 +@@ -11,8 +11,7 @@ + + + INCLUDES = \ +- -I$(top_srcdir) \ +- -I$(includedir) ++ -I$(top_srcdir) + + + BUILT_SOURCES = $(ucview_dbus_built_sources) |