Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219503 - dev-util/kdesvn ignores CXXFLAGS
Summary: dev-util/kdesvn ignores CXXFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-27 15:58 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2008-09-10 21:08 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-04-27 15:58:35 UTC
dev-util/kdesvn ignores CXXFLAGS.

-DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT"
overwrites all CXXFLAGS.

It should be:
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -DQT_THREAD_SUPPORT"
Comment 1 George Shapovalov (RETIRED) gentoo-dev 2008-09-10 21:08:03 UTC
Finally done. Thanks for suggestion!
Comment 2 George Shapovalov (RETIRED) gentoo-dev 2008-09-10 21:08:54 UTC
Um, forgot to close last time..