diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-04-22 12:32:04 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-04-22 12:32:04 +0000 |
commit | a2a2de19c0e7ad024a4e866ae134611e344d4933 (patch) | |
tree | 124001484b25e83fc07c0bdd1082a15ab725c929 /app-emulation/gxemul/files | |
parent | Now properly depend on kde-4.6 (diff) | |
download | gentoo-2-a2a2de19c0e7ad024a4e866ae134611e344d4933.tar.gz gentoo-2-a2a2de19c0e7ad024a4e866ae134611e344d4933.tar.bz2 gentoo-2-a2a2de19c0e7ad024a4e866ae134611e344d4933.zip |
Cleaned old, disabled valgrind usage #352604, fixes gcc46 problems, #363489; don't install what is not there #315717; added debug USE
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/gxemul/files')
-rw-r--r-- | app-emulation/gxemul/files/0.6.0-gcc46.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-emulation/gxemul/files/0.6.0-gcc46.patch b/app-emulation/gxemul/files/0.6.0-gcc46.patch new file mode 100644 index 000000000000..eb0ce26b6e1c --- /dev/null +++ b/app-emulation/gxemul/files/0.6.0-gcc46.patch @@ -0,0 +1,16 @@ + src/include/refcount_ptr.h | 2 ++ + 1 files changed, 2 insertions(+), 0 deletions(-) + +diff --git a/src/include/refcount_ptr.h b/src/include/refcount_ptr.h +index 4645769..ebabd58 100644 +--- a/src/include/refcount_ptr.h ++++ b/src/include/refcount_ptr.h +@@ -1,6 +1,8 @@ + #ifndef REFCOUNT_PTR_H + #define REFCOUNT_PTR_H + ++#include <stddef.h> ++ + /* + * Copyright (C) 2007-2010 Anders Gavare. All rights reserved. + * |