$NetBSD: patch-util_CMakeLists.txt,v 1.1 2014/04/19 10:58:37 thomasklausner Exp $

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

--- util/CMakeLists.txt.orig	2012-01-21 08:52:48.000000000 +0000
+++ util/CMakeLists.txt
@@ -1,2 +1,4 @@
+link_directories(${YAML_CPP_SOURCE_DIR})
+
 add_executable(parse parse.cpp)
 target_link_libraries(parse yaml-cpp)
