python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / apvlv / patches / cxxflags_from_env.patch
blob45889baa52e35dcdf259ada00f093495b1b9dd3f
1 --- src/CMakeLists.txt.orig 2016-09-14 01:48:05.822928918 +0200
2 +++ src/CMakeLists.txt 2016-09-14 01:48:54.906931451 +0200
3 @@ -1,7 +1,7 @@
4 IF (WIN32)
5 ADD_DEFINITIONS (-D_CRT_SECURE_NO_WARNINGS)
6 ELSE (WIN32)
7 - SET (CMAKE_CXX_FLAGS "-Wall -fno-strict-aliasing")
8 + SET (CMAKE_CXX_FLAGS "-Wall -fno-strict-aliasing ${CMAKE_CXX_FLAGS}")
10 OPTION (APVLV_ENABLE_DEBUG "If build binary with debug infomations." OFF)
11 IF (APVLV_ENABLE_DEBUG)