$OpenBSD: patch-setup_cfg,v 1.1.1.1 2008/10/18 10:54:52 ajacoutot Exp $
--- setup.cfg.orig	Thu Oct 16 09:49:10 2008
+++ setup.cfg	Thu Oct 16 09:49:34 2008
@@ -4,10 +4,10 @@
 [build_ext]
 
 # List of directories to search for 'yaml.h' (separated by ':').
-#include_dirs=/usr/local/include:../../include
+include_dirs=${LOCALBASE}/include
 
 # List of directories to search for 'libyaml.a' (separated by ':').
-#library_dirs=/usr/local/lib:../../lib
+library_dirs=${LOCALBASE}/lib
 
 # An alternative compiler to build the extention.
 #compiler=mingw32
