diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-04 16:32:19 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-04 16:32:19 +0000 |
commit | ddfd0e35458be76f011aac1190e287029bcd534e (patch) | |
tree | 78a1cca1631b9abf014102619f28cd1f60369aee /sci-chemistry/ghemical/files | |
parent | no need for nomirror in this versions (Manifest recommit) (diff) | |
download | gentoo-2-ddfd0e35458be76f011aac1190e287029bcd534e.tar.gz gentoo-2-ddfd0e35458be76f011aac1190e287029bcd534e.tar.bz2 gentoo-2-ddfd0e35458be76f011aac1190e287029bcd534e.zip |
Version bump
Diffstat (limited to 'sci-chemistry/ghemical/files')
-rw-r--r-- | sci-chemistry/ghemical/files/digest-ghemical-1.01 | 1 | ||||
-rw-r--r-- | sci-chemistry/ghemical/files/gcc3.4-r1.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/sci-chemistry/ghemical/files/digest-ghemical-1.01 b/sci-chemistry/ghemical/files/digest-ghemical-1.01 new file mode 100644 index 000000000000..f93f191bdae8 --- /dev/null +++ b/sci-chemistry/ghemical/files/digest-ghemical-1.01 @@ -0,0 +1 @@ +MD5 41f7b6ce38b4a1be9a9cf00d7d068b4a ghemical-1.01.tgz 2790798 diff --git a/sci-chemistry/ghemical/files/gcc3.4-r1.patch b/sci-chemistry/ghemical/files/gcc3.4-r1.patch new file mode 100644 index 000000000000..3a737a459ad1 --- /dev/null +++ b/sci-chemistry/ghemical/files/gcc3.4-r1.patch @@ -0,0 +1,12 @@ +diff -ru src-old/graphics/objects.h src/graphics/objects.h +--- src-old/graphics/objects.h 2005-01-04 16:21:49.000000000 +0100 ++++ src/graphics/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; + |