* [gentoo-commits] gentoo-x86 commit in dev-libs/apr/files: apr_ring_volatile.patch
@ 2011-02-18 17:02 Benedikt Boehm (hollow)
0 siblings, 0 replies; 2+ messages in thread
From: Benedikt Boehm (hollow) @ 2011-02-18 17:02 UTC (permalink / raw
To: gentoo-commits
hollow 11/02/18 17:02:49
Added: apr_ring_volatile.patch
Log:
fix UUID support (bug #320845) and gcc 4.5 support (bug #355171)
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-libs/apr/files/apr_ring_volatile.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/files/apr_ring_volatile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/files/apr_ring_volatile.patch?rev=1.1&content-type=text/plain
Index: apr_ring_volatile.patch
===================================================================
diff -crB apr-1.4.2-orig/include/apr_ring.h apr-1.4.2/include/apr_ring.h
*** apr-1.4.2-orig/include/apr_ring.h 2011-02-16 14:00:19.326000089 +0300
--- apr-1.4.2/include/apr_ring.h 2011-02-16 14:02:42.378000091 +0300
***************
*** 90,97 ****
*/
#define APR_RING_HEAD(head, elem) \
struct head { \
! struct elem *next; \
! struct elem *prev; \
}
/**
--- 90,97 ----
*/
#define APR_RING_HEAD(head, elem) \
struct head { \
! struct elem * volatile next; \
! struct elem * volatile prev; \
}
/**
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/apr/files: apr_ring_volatile.patch
@ 2011-05-14 20:57 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-05-14 20:57 UTC (permalink / raw
To: gentoo-commits
arfrever 11/05/14 20:57:08
Removed: apr_ring_volatile.patch
Log:
Delete older ebuilds.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-14 20:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-18 17:02 [gentoo-commits] gentoo-x86 commit in dev-libs/apr/files: apr_ring_volatile.patch Benedikt Boehm (hollow)
-- strict thread matches above, loose matches on Subject: below --
2011-05-14 20:57 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox