$OpenBSD: patch-setup_cfg,v 1.2 2019/06/23 16:28:30 kmos Exp $
Index: setup.cfg
--- setup.cfg.orig
+++ setup.cfg
@@ -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 extension.
 #compiler=mingw32
