You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/BerkeleyDB/files/Gentoo-config-0.26.diff

24 lines
568 B

#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?
#