Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267139 - [PATCH][gnome-overlay]sys-apps/devicekit-power-007 Fixed crazy cflags
Summary: [PATCH][gnome-overlay]sys-apps/devicekit-power-007 Fixed crazy cflags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-22 19:20 UTC by Romain Perier (RETIRED)
Modified: 2009-04-23 22:31 UTC (History)
0 users

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


Attachments
the patch which solves the problem (0001-sys-apps-devicekit-power-Fixed-crazy-cflags.patch,4.52 KB, patch)
2009-04-22 19:21 UTC, Romain Perier (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Romain Perier (RETIRED) gentoo-dev 2009-04-22 19:20:39 UTC
Hi,

As asked in the TODO, i removed crazy cflags which was inserted as default in CPPFLAGS variable, i moved them in maintainer-mode, i preserved only the -Wall cflags , for eventually "verbose" warnings during compile phase.

i wrote a git format-patch to do it :

 - adds devikit-power-007-maintainer-cflags.patch which solves the problem
 - updates the ebuild to includes the patch and add a call to eautoreconf
   (inherit included)
 - updates the Manifest

mrpouet ;) 

Reproducible: Always
Comment 1 Romain Perier (RETIRED) gentoo-dev 2009-04-22 19:21:42 UTC
Created attachment 189190 [details, diff]
the patch which solves the problem

In attachment the format-patch, to directly apply in the overlay :)
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-23 22:31:58 UTC
fixed and pushed without a bump. Thanks for reporting.