$OpenBSD: patch-lib_x86_64_CMakeLists_txt,v 1.5 2019/11/10 16:50:32 bcallah Exp $

Index: lib/x86_64/CMakeLists.txt
--- lib/x86_64/CMakeLists.txt.orig
+++ lib/x86_64/CMakeLists.txt
@@ -97,7 +97,7 @@ if(${LIBPGMATH_SYSTEM_NAME} MATCHES "Linux")
 endif()
 set(FLAGS "${FLAGS}-Wall -W -Wstrict-prototypes -Wwrite-strings ")
 if(NOT ${LIBPGMATH_SYSTEM_NAME} MATCHES "Windows")
-  set(FLAGS "${FLAGS}-Werror ")
+  set(FLAGS "${FLAGS} ")
 endif()
 libmath_add_object_library("${SRCS}" "${FLAGS}" "${DEFINITIONS}" "isoc99")
 
