summaryrefslogtreecommitdiffstats
path: root/academic/genius/hidden-spaces.patch
diff options
context:
space:
mode:
author Vincent Batts <vbatts@hashbangbash.com>2010-10-17 09:10:09 -0400
committer Robby Workman <rworkman@slackbuilds.org>2010-10-17 20:16:50 -0500
commitc638ad19b1dd5d4ac103fcd7285e561d2f9fe8b0 (patch)
tree6e799f6dc20cbc25333f807e4e72376fbc4a7495 /academic/genius/hidden-spaces.patch
parentf3cf70a37b1f6974be332c5fb4aba707dd776ac9 (diff)
downloadslackbuilds-c638ad19b1dd5d4ac103fcd7285e561d2f9fe8b0.tar.gz
slackbuilds-c638ad19b1dd5d4ac103fcd7285e561d2f9fe8b0.tar.xz
academic/genius: Updated for version 1.0.11.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--academic/genius/hidden-spaces.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/academic/genius/hidden-spaces.patch b/academic/genius/hidden-spaces.patch
new file mode 100644
index 0000000000..64e2888387
--- /dev/null
+++ b/academic/genius/hidden-spaces.patch
@@ -0,0 +1,23 @@
+diff -uar genius-1.0.11.orig//gtkextra/Makefile.in genius-1.0.11//gtkextra/Makefile.in
+--- genius-1.0.11.orig//gtkextra/Makefile.in 2010-09-10 01:49:00.000000000 -0400
++++ genius-1.0.11//gtkextra/Makefile.in 2010-09-27 22:33:46.531620992 -0400
+@@ -800,13 +800,13 @@
+
+
+ $(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list
+- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
+- && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
+- || ( rm -f gtkextra-marshal.tmp && exit 1 )
++ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
++ && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
++ || ( rm -f gtkextra-marshal.tmp && exit 1 )
+ $(srcdir)/gtkextra-marshal.c: gtkextra-marshal.h
+- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
+- && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
+- || ( rm -f gtkextra-marshal.tmp && exit 1 )
++ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
++ && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
++ || ( rm -f gtkextra-marshal.tmp && exit 1 )
+
+ $(srcdir)/gtkextratypebuiltins.h: $(public_h_sources)
+ ( cd $(srcdir) && glib-mkenums \