summaryrefslogtreecommitdiff
path: root/databases/py-bdb-xml/patches/patch-aa
blob: 97a25bb0f7d64ef011cd433731d14a1a1ede620a (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.2 2005/03/02 05:35:27 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.3",
                  "pathan", "xerces-c"]
 
   DATAFILES =   []