diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-24 11:39:36 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-24 11:39:36 +0000 |
commit | 4fe65a1c38d8727159be388f6520081d4ef6c4d0 (patch) | |
tree | 6ba9dd8e244eee1facb9b73edc4adaf8cba35da8 /sci-chemistry/burrow-owl/files | |
parent | Disabling python, as some dependency are not found. (diff) | |
download | gentoo-2-4fe65a1c38d8727159be388f6520081d4ef6c4d0.tar.gz gentoo-2-4fe65a1c38d8727159be388f6520081d4ef6c4d0.tar.bz2 gentoo-2-4fe65a1c38d8727159be388f6520081d4ef6c4d0.zip |
Version Bump and removal of old, #252634
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/burrow-owl/files')
-rw-r--r-- | sci-chemistry/burrow-owl/files/1.4-include.patch | 12 | ||||
-rw-r--r-- | sci-chemistry/burrow-owl/files/burrow-owl-1.2-make-script-dir.patch | 13 |
2 files changed, 12 insertions, 13 deletions
diff --git a/sci-chemistry/burrow-owl/files/1.4-include.patch b/sci-chemistry/burrow-owl/files/1.4-include.patch new file mode 100644 index 000000000000..3dc4cbdf8000 --- /dev/null +++ b/sci-chemistry/burrow-owl/files/1.4-include.patch @@ -0,0 +1,12 @@ +diff --git a/src/gw/spectrum-spec.scm b/src/gw/spectrum-spec.scm +index 253464c..605796c 100644 +--- a/src/gw/spectrum-spec.scm ++++ b/src/gw/spectrum-spec.scm +@@ -30,6 +30,7 @@ + "#include <painter_gdk.h>\n" + "#include <burrow/nih.h>\n" + "#include <hosbackingsim.h>\n" ++ "#include <guile-cairo/guile-cairo-smob-types.h>\n" + "\n")) + + ; couple of disabled sources diff --git a/sci-chemistry/burrow-owl/files/burrow-owl-1.2-make-script-dir.patch b/sci-chemistry/burrow-owl/files/burrow-owl-1.2-make-script-dir.patch deleted file mode 100644 index 5d76a6f22d3e..000000000000 --- a/sci-chemistry/burrow-owl/files/burrow-owl-1.2-make-script-dir.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.am.orig 2007-04-19 01:48:53.000000000 -0700 -+++ Makefile.am 2007-04-19 02:03:39.000000000 -0700 -@@ -13,8 +13,8 @@ - ## abilities - script_DATA = - install-data-hook: -- chmod +w $(scriptdir) -- $(INSTALL) $(srcdir)/scripts/* $(scriptdir) -+ chmod +w $(DESTDIR)$(scriptdir) -+ $(INSTALL) $(srcdir)/scripts/* $(DESTDIR)$(scriptdir) - - uninstall-hook: - rm -rf $(scriptdir)/* |