| Bug#: 219503 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: All | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: george@gentoo.org | Reported By: arfrever@gentoo.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: dev-util/kdesvn ignores CXXFLAGS | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2008-04-27 15:58 0000 | |||
| Description: | Opened: 2008-04-27 15:58 0000 |
dev-util/kdesvn ignores CXXFLAGS.
-DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT"
overwrites all CXXFLAGS.
It should be:
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -DQT_THREAD_SUPPORT"
Finally done. Thanks for suggestion!
Um, forgot to close last time..