openbsd-ports/textproc/py-yaml/patches/patch-setup_cfg
ajacoutot 3ca62c2fcd Import py-yaml-3.06
PyYAML is a YAML parser and emitter for the Python programming language.
<...>

from Pierre-Emmanuel Andre (MAINTAINER)
2008-10-18 10:54:52 +00:00

17 lines
551 B
Plaintext

$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