File paintown-no-strict-aliasing.patch of Package paintown
diff -uNr a/src/util/network/hawknl/CMakeLists.txt b/src/util/network/hawknl/CMakeLists.txt
--- a/src/util/network/hawknl/CMakeLists.txt 2011-10-17 07:40:49.000000000 +0300
+++ b/src/util/network/hawknl/CMakeLists.txt 2015-03-22 17:39:33.549636582 +0400
@@ -7,7 +7,7 @@
# Set some specific stuff for hawknl
# -------------------------------------------------------
if(NOT MSVC)
- set(CFLAGS "-W -O2 -Wwrite-strings -Wstrict-prototypes -Wall -funroll-loops -Wmissing-declarations -fomit-frame-pointer -Wno-missing-declarations")
+ set(CFLAGS "-W -O2 -Wwrite-strings -Wstrict-prototypes -Wall -funroll-loops -Wmissing-declarations -fomit-frame-pointer -Wno-missing-declarations -fno-strict-aliasing")
else(NOT MSVC)
set(CFLAGS "-O2")
endif(NOT MSVC)