summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2011-06-28 15:02:50 +0000
committerMichael Haubenwallner <haubi@gentoo.org>2011-06-28 15:02:50 +0000
commitd95db583ae712912fca18fe5952c9d986395751e (patch)
treeab16060f53c8af063ae711b614b3d6f2b8e162dc /src/patchsets/mico
parentadd texmf.d files from tl2011 pretest (diff)
downloadgentoo-d95db583ae712912fca18fe5952c9d986395751e.tar.gz
gentoo-d95db583ae712912fca18fe5952c9d986395751e.tar.bz2
gentoo-d95db583ae712912fca18fe5952c9d986395751e.zip
add reference to upstream patch report
Diffstat (limited to 'src/patchsets/mico')
-rw-r--r--src/patchsets/mico/2.3.13/003_all_pthread.patch2
-rw-r--r--src/patchsets/mico/2.3.13/009_all_check-const-overload.patch1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/patchsets/mico/2.3.13/003_all_pthread.patch b/src/patchsets/mico/2.3.13/003_all_pthread.patch
index 972f2b6ed2..876e9de167 100644
--- a/src/patchsets/mico/2.3.13/003_all_pthread.patch
+++ b/src/patchsets/mico/2.3.13/003_all_pthread.patch
@@ -1,5 +1,7 @@
When using gcc, use '-pthread' (or '-pthreads' on solaris)
compiler flag to do all pthread specific things.
+
+http://sourceforge.net/mailarchive/forum.php?thread_name=4DDFA157.4040609%40gentoo.org&forum_name=mico-devel
--- configure.in.orig 2009-04-02 17:25:45 +0200
+++ configure.in 2009-04-02 17:32:00 +0200
@@ -524,7 +524,19 @@
diff --git a/src/patchsets/mico/2.3.13/009_all_check-const-overload.patch b/src/patchsets/mico/2.3.13/009_all_check-const-overload.patch
index 2526c06b63..003b0185e6 100644
--- a/src/patchsets/mico/2.3.13/009_all_check-const-overload.patch
+++ b/src/patchsets/mico/2.3.13/009_all_check-const-overload.patch
@@ -2,6 +2,7 @@ Checking for 'const overload' fails with 'unused variable i',
resulting in build errors (suggesting -fpermissive) with gcc-4.6:
http://bugs.gentoo.org/show_bug.cgi?id=365117
+http://sourceforge.net/mailarchive/forum.php?thread_name=4DDFA16F.6040109%40gentoo.org&forum_name=mico-devel
--- aclocal.m4.orig 2011-05-25 14:20:01.626683873 +0200
+++ aclocal.m4 2011-05-25 14:20:43.930773070 +0200
@@ -353,11 +353,12 @@