Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 343002 Details for
Bug 336096
dev-libs/libmcal does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libmcal-0.7-gcc4.patch
libmcal-0.7-gcc4.patch (text/plain), 1.18 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-23 16:33:46 UTC
(
hide
)
Description:
libmcal-0.7-gcc4.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-23 16:33:46 UTC
Size:
1.18 KB
patch
obsolete
>diff -urN libmcal-/icap/icap.c icap/icap.c >--- libmcal/icap/icap.c 2003-01-28 18:31:33.000000000 +0100 >+++ icap/icap.c 2005-08-12 15:04:36.000000000 +0200 >@@ -159,7 +159,7 @@ > if (!reopen) { > if ((stream = calloc(1, sizeof(*stream))) == NULL) > goto fail; >- if ((DATA = calloc(1, sizeof(*DATA))) == NULL) >+ if ((stream->data = calloc(1, sizeof(*DATA))) == NULL) > goto fail; > > /* Copy host. */ >diff -urN libmcal/mstore/mstore.c mstore/mstore.c >--- libmcal/mstore/mstore.c 2005-08-12 15:30:52.000000000 +0200 >+++ mstore/mstore.c 2005-08-12 15:31:38.000000000 +0200 >@@ -308,7 +308,7 @@ > if (!reopen) { > if ((stream = calloc(1, sizeof(*stream))) == NULL) > goto fail; >- if ((DATA = calloc(1, sizeof(*DATA))) == NULL) >+ if ((stream->data = calloc(1, sizeof(*DATA))) == NULL) > goto fail; > } > >@@ -773,7 +773,7 @@ > while((event=read_event(calfile))) { > if (event->id == modified_event->id) > { >- (const CALEVENT*)event = modified_event; >+ event = modified_event; > /*is more required here to assign objects, a loop through all the properties*/ > /* We actually only want to modify any individual property, not the whole thing.. > TODO */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 336096
:
246135
|
342998
|
343000
| 343002 |
343004