summaryrefslogtreecommitdiff
path: root/databases/py-bdb-xml/patches/patch-aa
blob: 53f885d1c76259c7c1bf139182529da9174748af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.1.1.1 2004/03/31 17:18:45 minskim Exp $

--- setup.py.orig	2003-12-17 14:55:18.000000000 -0600
+++ setup.py
@@ -42,7 +42,7 @@ if "install" in sys.argv and not "build"
 
 if os.name == "posix":
   INCLUDES =    ["../../include",
-                 os.path.join(db_home, "include"),
+                 os.path.join(db_home, "include", "db4"),
                  os.path.join(pathan_home, "include"),
                  os.path.join(xerces_home, "include")]
 
@@ -52,7 +52,7 @@ if os.name == "posix":
                  os.path.join(xerces_home, "lib")]
 
   LIBS =        ["dbxml-1.2",
-                 "db_cxx-4.2",
+                 "db4_cxx-4.2",
                  "pathan", "xerces-c"]
 
   DATAFILES =   []