Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 432040 | Differences between
and this patch

Collapse All | Expand All

(-)xdispatch_0.7.0_src.orig/cxx/CMakeLists.txt (-1 / +4 lines)
Lines 13-19 Link Here
13
file(GLOB CXX *.cpp *.h)
13
file(GLOB CXX *.cpp *.h)
14
source_group(xdispatch FILES ${CXX_INCL})
14
source_group(xdispatch FILES ${CXX_INCL})
15
source_group(cxx FILES ${CXX})
15
source_group(cxx FILES ${CXX})
16
  
16
17
# Fix for GCC when optimization is enabled
18
mz_add_flag(GCC -fno-strict-aliasing)
19
17
# res file
20
# res file
18
if(WIN32)
21
if(WIN32)
19
	set(RES_FILE ${CMAKE_CURRENT_BINARY_DIR}/version.rc)
22
	set(RES_FILE ${CMAKE_CURRENT_BINARY_DIR}/version.rc)

Return to bug 432040