diff options
Diffstat (limited to 'recipes/qpe-gaim/files/fix-compilation.patch')
-rw-r--r-- | recipes/qpe-gaim/files/fix-compilation.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/qpe-gaim/files/fix-compilation.patch b/recipes/qpe-gaim/files/fix-compilation.patch new file mode 100644 index 0000000000..3bf46c84b7 --- /dev/null +++ b/recipes/qpe-gaim/files/fix-compilation.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- libgaim/Makefile.am~fix-compilation ++++ libgaim/Makefile.am +@@ -32,7 +32,7 @@ + appsdir = $(datadir)/applications + apps_DATA = gaim.desktop + +-SUBDIRS = doc intl plugins po src ++SUBDIRS = src + + docs: Doxyfile + @doxygen |