Bug 219503 - dev-util/kdesvn ignores CXXFLAGS
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"

------- Comment #1 From George Shapovalov 2008-09-10 21:08:03 0000 -------
Finally done. Thanks for suggestion!

------- Comment #2 From George Shapovalov 2008-09-10 21:08:54 0000 -------
Um, forgot to close last time..