summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-11-25 19:31:47 -0500
committerMike Frysinger <vapier@gentoo.org>2016-11-25 19:32:00 -0500
commit3a9c391e65d1ddf5f92632c43379e722391e2db3 (patch)
tree35d8713e8c8cb6f0b8b65135f52af7d62e686607 /sys-apps/memtest86+/files/memtest86+-5.01-io-extern-inline.patch
parentprofiles: mask open-vm-tools-kmod for removal (diff)
downloadgentoo-3a9c391e65d1ddf5f92632c43379e722391e2db3.tar.gz
gentoo-3a9c391e65d1ddf5f92632c43379e722391e2db3.tar.bz2
gentoo-3a9c391e65d1ddf5f92632c43379e722391e2db3.zip
sys-apps/memtest86+: add links to patches sent upstream
Diffstat (limited to 'sys-apps/memtest86+/files/memtest86+-5.01-io-extern-inline.patch')
-rw-r--r--sys-apps/memtest86+/files/memtest86+-5.01-io-extern-inline.patch2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-apps/memtest86+/files/memtest86+-5.01-io-extern-inline.patch b/sys-apps/memtest86+/files/memtest86+-5.01-io-extern-inline.patch
index 8dc13b1307f5..682dd5d01a1e 100644
--- a/sys-apps/memtest86+/files/memtest86+-5.01-io-extern-inline.patch
+++ b/sys-apps/memtest86+/files/memtest86+-5.01-io-extern-inline.patch
@@ -1,3 +1,5 @@
+http://forum.canardpc.com/threads/110951-fix-build-with-newer-gcc-versions
+
the meaning of extern inline changed between standards. use static inline
for these tiny I/O functions everywhere to keep things simple.