$OpenBSD: patch-reformatter_CMakeLists_txt,v 1.2 2015/07/14 13:26:27 dcoppa Exp $

Fix static linking and tests
(from gentoo linux)

--- reformatter/CMakeLists.txt.orig	Wed Mar 19 05:58:29 2014
+++ reformatter/CMakeLists.txt	Sun Jul 12 19:16:24 2015
@@ -26,7 +26,7 @@ LINK_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/../${YAJL
 
 ADD_EXECUTABLE(json_reformat ${SRCS})
 
-TARGET_LINK_LIBRARIES(json_reformat yajl_s)
+TARGET_LINK_LIBRARIES(json_reformat yajl)
 
 # In some environments, we must explicitly link libm (like qnx,
 # thanks @shahbag)
