diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-16 14:48:33 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-16 14:58:42 +0800 |
commit | ede720badf45fe73a900013967dd622e1add201a (patch) | |
tree | 4652c35b66824beecc5b02c6737beb3cafe31260 /recipes/grip/grip-3.2.0/no-host-includes.patch | |
parent | 5a90ecfa84b4f10a8fa5aba512c54b639291676e (diff) |
grip-3.2.0: Remove host includes from the Makefile.am and make it compile again
Diffstat (limited to 'recipes/grip/grip-3.2.0/no-host-includes.patch')
-rw-r--r-- | recipes/grip/grip-3.2.0/no-host-includes.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/grip/grip-3.2.0/no-host-includes.patch b/recipes/grip/grip-3.2.0/no-host-includes.patch new file mode 100644 index 0000000000..66fca367ee --- /dev/null +++ b/recipes/grip/grip-3.2.0/no-host-includes.patch @@ -0,0 +1,10 @@ +Index: grip-3.2.0/src/Makefile.am +=================================================================== +--- grip-3.2.0.orig/src/Makefile.am 2010-03-16 14:46:01.651553829 +0800 ++++ grip-3.2.0/src/Makefile.am 2010-03-16 14:46:05.240303128 +0800 +@@ -1,4 +1,4 @@ +-INCLUDES = -I$(top_srcdir) -I$(includedir) \ ++INCLUDES = -I$(top_srcdir) \ + -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \ + -DG_LOG_DOMAIN=\"grip\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ + -I../intl -I$(top_srcdir)/intl \ |