diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-11-04 00:27:17 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-11-04 00:27:17 +0000 |
commit | ed3bee8e725b563d6e573137525ea72eb164f28d (patch) | |
tree | 802a4820c2c02e026e3373609b9f87898f882a1a /app-i18n/xcin/files | |
parent | Switch to ssl-cert.eclass. (diff) | |
download | historical-ed3bee8e725b563d6e573137525ea72eb164f28d.tar.gz historical-ed3bee8e725b563d6e573137525ea72eb164f28d.tar.bz2 historical-ed3bee8e725b563d6e573137525ea72eb164f28d.zip |
db3 and other cleanups
Diffstat (limited to 'app-i18n/xcin/files')
-rw-r--r-- | app-i18n/xcin/files/xcin-2.5.3_pre2-db3.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-i18n/xcin/files/xcin-2.5.3_pre2-db3.patch b/app-i18n/xcin/files/xcin-2.5.3_pre2-db3.patch new file mode 100644 index 000000000000..416e737df281 --- /dev/null +++ b/app-i18n/xcin/files/xcin-2.5.3_pre2-db3.patch @@ -0,0 +1,13 @@ +diff -uNrbB xcin.bak/configure xcin/configure +--- xcin.bak/configure 2003-09-21 01:20:50.000000000 +0800 ++++ xcin/configure 2003-09-21 01:21:01.000000000 +0800 +@@ -7869,7 +7869,7 @@ + fi + + LIBS="$OLD_LIBS" +-for f in db db3; do ++for f in db db3 db-3; do + echo $ac_n "checking for db_create in -l$f""... $ac_c" 1>&6 + echo "configure:7875: checking for db_create in -l$f" >&5 + ac_lib_var=`echo $f'_'db_create | sed 'y%./+-%__p_%'` + |