summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/BerkeleyDB/files/Gentoo-config-0.26.diff')
-rw-r--r--dev-perl/BerkeleyDB/files/Gentoo-config-0.26.diff23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/BerkeleyDB/files/Gentoo-config-0.26.diff b/dev-perl/BerkeleyDB/files/Gentoo-config-0.26.diff
new file mode 100644
index 000000000000..616beba98338
--- /dev/null
+++ b/dev-perl/BerkeleyDB/files/Gentoo-config-0.26.diff
@@ -0,0 +1,23 @@
+#diff -Naurp config.old config.in
+--- config.old 2004-10-21 08:11:53.000000000 -0400
++++ config.in 2004-10-21 08:13:05.000000000 -0400
+@@ -9,7 +9,8 @@
+
+ #INCLUDE = /usr/local/include
+ #INCLUDE = ../..
+-INCLUDE = /usr/local/BerkeleyDB/include
++#INCLUDE = /usr/local/BerkeleyDB/include
++INCLUDE = /usr/include
+
+ # 2. Where is libdb?
+ #
+@@ -18,7 +19,8 @@ INCLUDE = /usr/local/BerkeleyDB/include
+
+ #LIB = /usr/local/lib
+ #LIB = ../..
+-LIB = /usr/local/BerkeleyDB/lib
++#LIB = /usr/local/BerkeleyDB/lib
++LIB = /usr/lib
+
+ # 3. Is the library called libdb?
+ #