$NetBSD: patch-util_CMakeLists.txt,v 1.1 2014/02/04 20:03:41 nros Exp $

* add -L to be able to link to yaml-cpp before it is installed.

--- util/CMakeLists.txt.orig	2013-04-13 23:37:53.000000000 +0000
+++ util/CMakeLists.txt
@@ -1,3 +1,5 @@
+link_directories(${YAML_CPP_SOURCE_DIR})
+
 add_executable(parse parse.cpp)
 target_link_libraries(parse yaml-cpp)
 
