summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2004-09-25 00:07:58 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2004-09-25 00:07:58 +0000
commit791842485afc33c9dc0b415f215f62b48ff06a37 (patch)
treedd662e68d732ad62efdd6816f8229f3f3a28a708 /app-laptop/macosd/files
parentstable on x86 (Manifest recommit) (diff)
downloadgentoo-2-791842485afc33c9dc0b415f215f62b48ff06a37.tar.gz
gentoo-2-791842485afc33c9dc0b415f215f62b48ff06a37.tar.bz2
gentoo-2-791842485afc33c9dc0b415f215f62b48ff06a37.zip
macosd ebuild
Diffstat (limited to 'app-laptop/macosd/files')
-rw-r--r--app-laptop/macosd/files/digest-macosd-0.1.71
-rw-r--r--app-laptop/macosd/files/macosd-0.1.7-include-fix.diff24
2 files changed, 25 insertions, 0 deletions
diff --git a/app-laptop/macosd/files/digest-macosd-0.1.7 b/app-laptop/macosd/files/digest-macosd-0.1.7
new file mode 100644
index 000000000000..537355c79eb7
--- /dev/null
+++ b/app-laptop/macosd/files/digest-macosd-0.1.7
@@ -0,0 +1 @@
+MD5 4aeb934870cf2d61b0bf17708063d494 macosd-0.1.7.tar.bz2 164349
diff --git a/app-laptop/macosd/files/macosd-0.1.7-include-fix.diff b/app-laptop/macosd/files/macosd-0.1.7-include-fix.diff
new file mode 100644
index 000000000000..22b85c115748
--- /dev/null
+++ b/app-laptop/macosd/files/macosd-0.1.7-include-fix.diff
@@ -0,0 +1,24 @@
+diff -Naur macosd-0.1.7/utility/include/template/ArgumentList.tcc macosd-0.1.7.patched/utility/include/template/ArgumentList.tcc
+--- macosd-0.1.7/utility/include/template/ArgumentList.tcc 2004-06-17 17:33:03.000000000 +0200
++++ macosd-0.1.7.patched/utility/include/template/ArgumentList.tcc 2004-06-29 02:10:12.855629496 +0200
+@@ -1,7 +1,7 @@
+
+ #include "Compiler.hh"
+
+-#if GCC_VERSION < 30400 || __INCLUDE_LEVEL__ == 1
++#if GCC_VERSION < 30400 && __INCLUDE_LEVEL__ == 1
+
+ #ifndef UTILITY__ARGUMENTLIST_TCC__
+ #define UTILITY__ARGUMENTLIST_TCC__
+diff -Naur macosd-0.1.7/utility/include/template/Storage.tcc macosd-0.1.7.patched/utility/include/template/Storage.tcc
+--- macosd-0.1.7/utility/include/template/Storage.tcc 2004-06-17 17:33:03.000000000 +0200
++++ macosd-0.1.7.patched/utility/include/template/Storage.tcc 2004-06-29 02:10:24.070924512 +0200
+@@ -1,7 +1,7 @@
+
+ #include "Compiler.hh"
+
+-#if GCC_VERSION < 30400 || __INCLUDE_LEVEL__ == 1
++#if GCC_VERSION < 30400 && __INCLUDE_LEVEL__ == 1
+
+ #ifndef UTILITY__STORAGE_TCC__
+ #define UTILITY__STORAGE_TCC__