openbsd-ports/databases/py-sqlite2/patches/patch-setup_cfg
eric d53ea27d88 Update to py-sqlite-2.4.1 from Martynas. Fixes an issue other ports
(like gajim) were having.

ok martynas@, bernd@
2008-01-30 17:33:13 +00:00

12 lines
332 B
Plaintext

$OpenBSD: patch-setup_cfg,v 1.1 2008/01/30 17:33:13 eric Exp $
--- setup.cfg.orig Mon Jan 28 21:11:24 2008
+++ setup.cfg Tue Jan 29 10:26:08 2008
@@ -1,5 +1,5 @@
[build_ext]
#define=
-#include_dirs=/usr/local/include
-#library_dirs=/usr/local/lib
+include_dirs=_LOCALBASE_/include
+library_dirs=_LOCALBASE_/lib
libraries=sqlite3