| Summary: | dev-libs/glib-2.18.4: One-line patch required to compile successfully on IRIX | ||
|---|---|---|---|
| Product: | Gentoo/Alt | Reporter: | Stuart Shelton <srcshelton> |
| Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | IRIX | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | glib patch to prevent build errors | ||
please attach the patch, such that spaces and tabs are preserved (and I can do a straight download/save and test) Created attachment 180518 [details, diff]
glib patch to prevent build errors
As requested ;)
added, thanks! |
As follows: --- var/tmp/portage/dev-libs/glib-2.18.4/work/glib-2.18.4/glib/tests/option-context.c.dist 2009-01-30 10:17:38.990341600 +0000 +++ var/tmp/portage/dev-libs/glib-2.18.4/work/glib-2.18.4/glib/tests/option-context.c 2009-01-30 10:17:45.025431200 +0000 @@ -428,7 +428,7 @@ assert_no_error (GError *error) static void assert_error (GError *error, - GQuark *domain, + GQuark domain, gint code) {