diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-07-09 05:06:00 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-07-09 05:06:00 +0000 |
commit | 72fcc63beb6dfcfbab9c3e89b5408fa7257e3e05 (patch) | |
tree | 24a821076b4d184f09a1101d40befc5bfd4d4081 /sci-chemistry/ghemical/files | |
parent | Marked ppc stable. (diff) | |
download | gentoo-2-72fcc63beb6dfcfbab9c3e89b5408fa7257e3e05.tar.gz gentoo-2-72fcc63beb6dfcfbab9c3e89b5408fa7257e3e05.tar.bz2 gentoo-2-72fcc63beb6dfcfbab9c3e89b5408fa7257e3e05.zip |
Development version.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-chemistry/ghemical/files')
3 files changed, 26 insertions, 0 deletions
diff --git a/sci-chemistry/ghemical/files/1.90-gcc3.4-r1.patch b/sci-chemistry/ghemical/files/1.90-gcc3.4-r1.patch new file mode 100644 index 000000000000..5b359c1ca0a7 --- /dev/null +++ b/sci-chemistry/ghemical/files/1.90-gcc3.4-r1.patch @@ -0,0 +1,12 @@ +diff -ru src-old/objects.h src/objects.h +--- src-old/objects.h 2005-01-04 16:21:49.000000000 +0100 ++++ src/objects.h 2005-01-04 12:26:57.000000000 +0100 +@@ -177,7 +177,7 @@ + { + protected: + +- friend obj_loc_data * dummy_object::GetLocDataRW(void) const; ++ friend class dummy_object; + + obj_loc_data * data; + diff --git a/sci-chemistry/ghemical/files/digest-ghemical-1.90 b/sci-chemistry/ghemical/files/digest-ghemical-1.90 new file mode 100644 index 000000000000..3e2936c9532e --- /dev/null +++ b/sci-chemistry/ghemical/files/digest-ghemical-1.90 @@ -0,0 +1 @@ +MD5 0800279e8d0df8da1e155919ba59e5c2 ghemical-1.90.tgz 1392772 diff --git a/sci-chemistry/ghemical/files/ghemical-1.90-ghemical-server-fix.patch b/sci-chemistry/ghemical/files/ghemical-1.90-ghemical-server-fix.patch new file mode 100644 index 000000000000..cbc473e897d6 --- /dev/null +++ b/sci-chemistry/ghemical/files/ghemical-1.90-ghemical-server-fix.patch @@ -0,0 +1,13 @@ +diff -urN ghemical-1.90.orig/Makefile.in ghemical-1.90/Makefile.in +--- ghemical-1.90.orig/Makefile.in 2005-06-30 06:04:13.000000000 -0700 ++++ ghemical-1.90/Makefile.in 2005-07-08 21:59:35.000000000 -0700 +@@ -72,7 +72,8 @@ + ## prefix? now goes into /usr/lib/bonobo/servers/ + ################################################# + @echo "Copying GNOME_Ghemical.server" +- cp -p $(top_srcdir)/GNOME_Ghemical.server /usr/lib/bonobo/servers/ ++ $(top_srcdir)/mkinstalldirs @libdir@/bonobo/servers ++ cp -p $(top_srcdir)/GNOME_Ghemical.server @libdir@/bonobo/servers/ + @echo "" + + ## prefix? now goes into /usr/share/gnome-2.0/ui/ |