Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256916 - dev-libs/glib-2.18.4: One-line patch required to compile successfully on IRIX
Summary: dev-libs/glib-2.18.4: One-line patch required to compile successfully on IRIX
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All IRIX
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-30 11:40 UTC by Stuart Shelton
Modified: 2009-02-01 10:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
glib patch to prevent build errors (option-context.c.patch,514 bytes, patch)
2009-02-01 10:12 UTC, Stuart Shelton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Shelton 2009-01-30 11:40:04 UTC
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)
 {
Comment 1 Fabian Groffen gentoo-dev 2009-01-30 20:13:13 UTC
please attach the patch, such that spaces and tabs are preserved (and I can do a straight download/save and test)
Comment 2 Stuart Shelton 2009-02-01 10:12:27 UTC
Created attachment 180518 [details, diff]
glib patch to prevent build errors


As requested ;)
Comment 3 Fabian Groffen gentoo-dev 2009-02-01 10:43:08 UTC
added, thanks!